What problem does it solve?
Moving a Power Pages site between environments requires packaging its Dataverse solution correctly, and manual exports often miss components, ship stale version numbers, or produce corrupt zips that fail on import. This Skill automates the full export workflow with completeness checks and verification so the package is ready for deployment.
Core Features & Use Cases
- Async export orchestration: Triggers ExportSolutionAsync, polls until completion, downloads the zip via DownloadSolutionExportData, and verifies Solution.xml integrity inside the archive.
- Pre-export completeness check: Compares live site components (cloud flows, environment variables, custom tables, site components) against the solution and offers to sync missing items before exporting.
- Managed vs unmanaged packaging: Prompts for export type, automatically bumps the solution version, and writes a docs/alm/last-export.json marker for downstream import and pipeline skills.
- Use Case: After finishing a Power Pages site in a dev environment, run this Skill to produce a managed solution zip with all site components included, then hand it to import-solution for deployment to staging.
Quick Start
Ask the agent to export the current Power Pages solution as a managed zip file for deployment to the staging environment.