Skip to main content

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.

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).


Reply