Jun 09 2020 05:42 AM
We are trying to migrate Power Automate from one tenant to another.Is there any possible way to automate the export and import process of Power Automate using C#,powershell or Graph API.
Jan 27 2023 09:23 PM
Jan 28 2023 03:47 AM
Hi @User1_Infosys,
if all of your flows are inside of a solution than you can just export/import the solution (If you are also using environment variables in your flows).
If you want to automate the process, then you could setup an ALM Pipeline on Azure Devops
https://learn.microsoft.com/en-us/power-platform/alm/devops-build-tools
Best Regards,
Sven
Jan 28 2023 04:44 AM
@User1_Infosys you can export individual flows as a zip file then import them into the new environment. But of course you then need to manually change the data source etc. We're going through this at the moment with about 160 live flows and dozens of example flows used for training and in the Microsoft Power Automate Community forum. It's a rather painful process but we're taking the opportunity to document them all and our Power Apps with Power Docu.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
Jan 31 2023 04:57 AM
@RobElliott We have a solution for your case. We understand just the simple export and import will ot solve the cases. Rather users have to create connections and add to the flows again and more. This is more painful.