Forum Discussion
smithme
Sep 24, 2021Brass Contributor
HOW TO Move a list from one SharePoint to another
In classic SharePoint you could save a list as a template, download it, and then upload it to a new SharePoint. I need to move a list (and it's contents) to a different SharePoint, how does one do th...
RobElliott
Sep 24, 2021Silver Contributor
smithme one easy way to do it is with a flow in Power Automate.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
- smithmeSep 28, 2021Brass ContributorI can't find any SharePoint actions in Power Automate that would let me copy a list to another SharePoint?
- RobElliottSep 29, 2021Silver Contributor
smithme there is no specific action to copy a list, you need to have created the list you want to copy to, then in the flow use Get items -> Apply to each -> Create item so the flow will loop through the current list and for each item it will create an item in the new list:
Rob
Los Gallardos
Microsoft Power Automate Community Super User- DashBoisAug 25, 2022Copper Contributor
So that makes sense in terms of the steps in PowerAutomate, but pretty ridiculous that you can't export and import content?