Copy list data to another in same site

Jayashri Thorat 351 Reputation points
2020-12-15T09:44:28.933+00:00

Hello All,

I want to copy list( Threshold limit already passed ) items only for those "Status" ( Column ) is set to "Deactive" to another list.

As "Status" column has not been indexed it's throwing error to retrieve using caml query and I cant indexed it now as there are already 20 columns which has been indexed.

So request you to suggest/guide me the good way/option to perform this task.
Powershell/Flow/Webjobs

Thanking you in advance.

Regards,
Jayashri

Microsoft 365 and Office SharePoint For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Allen Xu_MSFT 13,861 Reputation points
    2020-12-16T10:03:19.757+00:00

    To copy list items containing a specific column value to another list, please refer to the following steps:

    1.Go to List settings -> Views section -> Create view -> Standard View -> Type in View Name and add a Filter like below -> Click OK to save:
    48639-1-1.png

    2.Access Site Content and Structure page via URL-https://<tenantname>.sharepoint.com/sites/<sitename>/_layouts/15/sitemanager.aspx(only Site Collection Administrator can access this page) -> Select the source list in the left quick launch panel-> Click View and select the view created above:
    48743-1-2.png

    3.You can set Show to 1000 for convenience in the upper right corner:
    48753-1-3.png

    4.Click the box icon to select all in the upper left corner and then select Copy under Actions drop down list -> Select your target list in the next pop-up window and click OK:
    48610-1-4.png

    5.Click the button in the figure below to change the page, repeat the steps in 4. until the last page.
    48657-1-5.png

    I hope this information has been useful, please let me know if you still need assistance.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.