#PowerPlatformTip 193: 'Export a Power Automate Flow When the Export Option Is Missing'
TL;DR: When the Export > Package (.zip) option is missing on a cloud flow, open the flow’s details page and replace
/detailsat the end of the URL with/export. This forces the hidden export page so you can download the standalone.zip.
A cloud flow that lives inside a solution doesn’t offer the standalone Export > Package (.zip) option, that path is meant for non-solution flows. And even after you take the flow out of the solution, the Export button sometimes still doesn’t appear on the flow’s details page. A small URL trick opens the export page directly.
💡 Challenge
You need a standalone flow package (.zip) to move a single cloud flow to another environment, but:
🔸 While the flow is inside a solution, there’s no Export > Package (.zip) option, that’s by design (solution flows export via the solution).
🔸 After you remove the flow from the solution, the Export button still doesn’t show up on My flows, leaving you stuck.
✅ Solution
First make the flow a non-solution flow (if it isn’t already), then force the export page through the browser URL by replacing /details with /export. This opens the same package export screen you’d normally reach from Export > Package (.zip).
🔧 How it’s done
1. Remove the flow from the solution (only if it’s currently in one).
🔸 Open the solution, select the flow, choose Remove > Remove from this solution.
🔸 Do not pick Delete from this environment, that would delete the flow instead of just detaching it.
2. Open the flow under My flows.
🔸 Go to My flows > Cloud flows and select the flow you just detached to open its details page.
3. Force the export page via the URL.
🔸 Look at the browser address bar. The URL ends in /details.
🔸 Replace /details with /export and press Enter, for example:
https://make.powerautomate.com/environments/<env>/flows/<flowId>/details → https://make.powerautomate.com/environments/<env>/flows/<flowId>/export 🔸 This opens the package export page directly, even when the button was hidden.
4. Configure the package and download.
🔸 Adjust the package name if needed.
🔸 Set the import behavior per resource, Create as new or Update.
🔸 Select Export. When the package is ready, save the .zip locally (use Download if it doesn’t start automatically).
The .zip can now be imported into any other environment via My Flows > Import > Import Package (Legacy).
🎉 Result
You get a standalone flow package (.zip) even when the Export button never appeared, no need to rebuild the flow or route it through a solution export just to move one flow.
🌟 Key Advantages
🔸 Unblocks the export: reaches the package export page when the UI button is missing.
🔸 Keeps the flow intact: Remove from this solution detaches without deleting.
🔸 No premium needed: standard package export/import for a single cloud flow.
⚠️ Good to Know
Replacing /details with /export is a practical UI workaround, not an officially documented feature. The documented paths are Export > Package (.zip) for a non-solution flow and exporting the solution for solution-aware flows. For proper ALM across environments, Microsoft recommends Dataverse solutions over single-flow packages. Note that non-solution package export/import requires third-party cookies enabled, and only the flow owner or co-owner can export.
🎥 Video Tutorial
Based on the tip “Export Power Automate When Export option is not available” by Malay Vasavada.
🛠️ FAQ
Q1: Why is there no Export > Package (.zip) for a flow in a solution?
Standalone package export is meant for non-solution flows. Solution-aware flows are exported by exporting the whole solution (as managed or unmanaged), so the single-flow Export > Package (.zip) option isn’t offered.
Q2: The button is still missing after removing the flow from the solution, what now?
Open the flow’s details page and change /details to /export in the URL to open the export page directly.
Q3: Will ‘Remove from this solution’ delete my flow?
No. Remove from this solution only detaches the flow from the solution. Delete from this environment is the destructive option, don’t pick that one.
Q4: Can I import the exported package anywhere?
Yes. Use My Flows > Import > Import Package (Legacy) and choose Create as New or Update. For repeatable, multi-flow moves, prefer Dataverse solutions.
🔗 Related Tips
- #PowerPlatformTip 48: Sharing of Flows & Power Apps, all the reliable ways to move flows and apps between people and environments.
- #PowerPlatformTip 8: Automate Backups & Restores for Flows, Apps & Solutions, schedule solution exports so you always have a
.zipto restore from. - #PowerPlatformTip 20: Change Flow-Owner, make a flow solution-aware to change its owner in place.
This tip is by Marcel Lehmann, Microsoft MVP (Business Applications) and founder of the Power Platform Academy – live Power Platform workshops, free or CHF 49. Join the workshop waitlist to get notified about new dates. For companies that want this implemented for them, see KMUpower – Power Platform consulting & automation for SMEs (DACH).