Forum Discussion
J_Justin
May 28, 2020Copper Contributor
Power Platform migration tool
What is the best way to migrate Power Apps, Flow and Power BI from one O365 tenant to another? I couldn't find any document explaining migration approach. Is there any third party tool available? ...
Denis Molodtsov
Nov 12, 2021Copper Contributor
Not sure about Power BI. You can migrate Canvas apps and Cloud flows using Flows and Power Apps Migrator https://github.com/Zerg00s/FlowPowerAppsMigrator
Download the latest release and run the Migrate-Packages.bat batch file. Then follow the instructions on the screen. You can even migrate multiple apps, flows and solutions at the same time.
Full disclosure: I wrote this tool, but it's completely free. It used PowerShell PnP under the hood to connect to SharePoint Online sites.
Download the latest release and run the Migrate-Packages.bat batch file. Then follow the instructions on the screen. You can even migrate multiple apps, flows and solutions at the same time.
Full disclosure: I wrote this tool, but it's completely free. It used PowerShell PnP under the hood to connect to SharePoint Online sites.
DWD76
Jan 19, 2022Copper Contributor
Can you confirm that this can be used with other canvas apps or is it specific to only SharePoint related power apps like SharePoint custom forms?
- Denis MolodtsovJan 19, 2022Copper Contributor
If your Canvas Apps and Flows don't use SharePoint, then you simply don't need this tool. All you need to do is Export your apps and flows from one environment and import to a new environment. No tools needed.
- DWD76Jan 20, 2022Copper ContributorOk so do you mean for any app that references SharePoint this tool would be used or would this be specific to things like SharePoint forms for lists only?
- Denis MolodtsovJan 20, 2022Copper ContributorDWD76, this tool is for all types of apps and flows that use SharePoint as a data source. That includes standalone apps, apps that are part of a solution and SharePoint list item forms customized with Power Apps.
- SanthoshB1Jan 20, 2022Bronze ContributorManual export and import is possible. But all mappings (Ex: Plans, Teams, SP Site) need to be mapped and connector accounts to be authenticated again.