In this article, we will see how to migrate list-based power apps from one tenant to another tenant. In the previous article, we learned how to migrate standalone power apps. List based power apps cannot be migrated in a straight way like standalone apps.

Follow the below steps to migrate the app across the tenant,

Go to the source power app that you want to export. Click Export package as shown in the below screenshot.

How To Migrate List Based Power Apps Across Tenants

In the Export package page, Enter the Name and Description for the Power app and then click on Export.

How To Migrate List Based Power Apps Across Tenants

While exporting the app, it will ask you to save the app in your local system, Just Save the app as it is.

How To Migrate List Based Power Apps Across Tenants

Now unzip the exported package from where you save it, it contains 2 items,

Microsoft.PowerApps & manifest.json

Navigate to Microsoft.PowerApps folder structure deep down “Microsoft.PowerApps\apps\” and open ‘.json’ file available.

How To Migrate List Based Power Apps Across Tenants

Now open the ‘.json’ file in a text editor and update the below-mentioned sections by using Ctrl + H,

Just replace all the Site URL, List URL, List ID with your target list details after searching the above-mentioned sections and save the File.

How To Migrate List Based Power Apps Across Tenants

Now zip the above files and folder structure (which has the modified JSON file). Make sure the hierarchy remains the same in the zipped file.

How To Migrate List Based Power Apps Across Tenants

Now go to the destination tenant site where you want to import the specific app. Click on Apps in the left navigation and then click on the Import canvas app from the top as shown below.

How To Migrate List Based Power Apps Across Tenants

How To Migrate List Based Power Apps Across Tenants

On the Package Details page, click on the Update of the import app. Select the Setup as Create as new from the right section of the page and click on the Save button as below screenshot.

How To Migrate List Based Power Apps Across Tenants

Click on the Import button on the Review Package Content page.

How To Migrate List Based Power Apps Across Tenants

How To Migrate List Based Power Apps Across Tenants

How To Migrate List Based Power Apps Across Tenants

Under Choose a list, select the checkbox for the list that you want to use, and then click Connect as below.

How To Migrate List Based Power Apps Across Tenants

How To Migrate List Based Power Apps Across Tenants

That’s it, these are the steps to migrate and configure the List based Power apps across the tenant and configure the connectors. Feel free to fill up the comment box below if you need any further assistance.