I was trying to copy the specific records in a list from one site and want to create a new list in another site with selected records.
Hi Sudhakar,
You don’t have an OOTB way to do this. Best way is to create the new list and move items using power shell or csom by filtering the data you need. The dirty way is to move the list as a whole using template(again you need to see the template size restrictions here) & delete the unwanted items in new list. You could also try using tools like ShareGate (trial should suffice you)
Hi Chanakya,
Thank you for your response,
For Example, I had 2000 records in my site1 list and I copied all to the site2 list using the template. Now I required only last 500 records in my site2 list, Is there any way to delete first 1500 records from a site2 list at a time?
Thanks,
Sudhakar