Skip to main content
Nintex Community Menu Bar

How to Copy SharePoint Updated list Item from One List to Another List

  • March 8, 2018
  • 1 reply
  • 12 views

Forum|alt.badge.img+2

Dear All,

I am learner to NIntex forms and workflows ,

And I have a list where when an item get's update in List "A" , I need to copy those item values and update those values in List "B" based on ID values .

Can any one help me how can I do this.

1 reply

Forum|alt.badge.img+12
  • Nintex Partner
  • March 8, 2018

Hi,

You want to update based on ID values, are the items with same ID in both list refer to same data like List B is copy of List A?

If so,

1. trigger the workflow on item edit of "List A"

2. Read values of edited item

3. use "Update Item" workflow action to update item in List B

    Update - Select List B

     Where - Select "ID"  Equals current item ID (multiple ways to get current item ID of List A)

      Field - select required field and update it with current item field value (List A).