Forum Discussion

Jonathan Nunez's avatar
Jonathan Nunez
Brass Contributor
Aug 21, 2017
Solved

Moving large list from one site to another one in Sharepoint Online

Hello,   I have a list with 11k records. I can't turn it into a template because it is too big and the system won't let me select to add the content of the list.   Is there a way to move large li...
  • Alan Marshall's avatar
    Aug 21, 2017
    There are a few choices:
    Do it programmatically using PowerShell and CSOM to go through the source list and add items to destination.
    Flow based on a timer start and select the list as a collection of items and then for each write to the destination list.
    Use a tool such as Sharegate to do all the work for you.

Resources