Copy specific list item from one sharepoint list to another sharepoint list

shanthi m 1 Reputation point
2022-05-20T16:22:56.003+00:00

In Sharepoint list A i have columns Title, Month, user id, user name, n point target, n point achieved and a calculated field productivity

In Sharepoint list B i want to copy only specific column values such as Month, user id , Productivity

can someone help here .. can this be done using javascript or powershell?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jinwei Li-MSFT 4,736 Reputation points Microsoft External Staff
    2022-05-24T02:29:52.787+00:00

    Hi @shanthi m ,

    This request can be achieved using Power Automate (Flow).

    Please go to Power Automate > Create > Instant cloud flow > Manually trigger a flow.

    Here is an example to copy column values when we find a match in Title:
    204846-image.png

    204869-image.png

    Fill the Title column in List B with same values as List A so it can be used as a condition:

    List A
    204837-image.png

    List B
    204847-image.png

    Fill in the column that you want to copy in list B.
    204887-image.png

    Output in list B.
    204825-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


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.