Forum Discussion
GovindPrajapat
Aug 17, 2023Copper Contributor
Migrating PowerApp From one DEV to UAT with Sharepoint Data
I want to migrate my PowerApps Application from one Environment (DEV) to another (UAT). I am able to Migrate only my application and my automate flows. But I am not able to Export SharePoint Data. Is...
ganeshsanap
Aug 17, 2023MVP
You can export the existing list to excel and create a new list using excel file as mentioned here: Create a list based on a spreadsheet - but unfortunately, it will change the internal names of the list columns due to which you will have to modify your app and flows accordingly.
So, you can create a new list using columns and list structure of existing list as shown here, Create a new list based on the columns in another list and then follow:
- Move / Copy list items from one list to another list using Power Automate flow. Similar template available at: Move items from one SharePoint list to another
- Copy list items from one list to another list using PowerShell or PnP PowerShell: SharePoint Online: Copy List Items from One List to Another using PowerShell
- Using PnP site & list template provisioning:
- Using ShareGate or other 3rd party tools for migrating list and list items from one site to another - you can get free trial for ShareGate as well.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.