What problem does it solve?
Deploying a Dataverse solution zip to a target Power Platform environment manually is error-prone: missing dependencies fail mid-import, same-version imports silently misbehave, environment variable values don't travel with the solution, and cloud flows need manual registration. This Skill orchestrates the entire import workflow with validation gates at each step.
Core Features & Use Cases
- Staged Import with Dependency Checking: Runs StageSolution before committing to surface missing dependencies, then executes ImportSolutionAsync with async polling until completion.
- Version-Skew Detection: Compares the zip's solution version against the installed version on the target and warns before same-version or downgrade imports.
- Post-Import Configuration: Sets environment variable values, detects cloud flows requiring registration, and handles AttachmentBlocked errors by selectively unblocking file extensions.
- Use Case: After exporting a Power Pages site solution from a dev environment, use this Skill to deploy it to staging or production with dependency validation, env var configuration, and an audit record written to docs/alm/last-import.json.
Quick Start
Ask the agent to import the exported solution zip into the target environment, optionally providing the path to the zip file.