I have got requirement like, move/migrate the list with
content from one site collection to another site collection.
Below are my approaches:
- Save the list as list template with include content.
- Download those list templates and save it into your local server.
- Go to “list template” gallery of another site collection and uploaded all the list templates.
- Create the list with based on the list templates. That’s it.
But one
problem will arise here. I.e. the lookup fields are broken because
lookup field referring list GUID is changed. We can resolve it either by coding or by following below steps