Hi, I have a step that is updating the wrong Item in a sharepoint list,
This is the step that update the field in a firts SP Item:
I am trying to copy that answer given from the SP list to the another SP list that has the same item created, I am using the ID but the answer is stored in an incorrect ID, for example:
From SP list 1: ID 24, this number is stored in the field "Titulo"
From SP list 2: ID 24, this number is stored in the field "Título"
What I got "Titulo" number 20 updated, not 24. Cheking the results from this execution this is what I get:
I do not understand why "Title" is in "20" if in all of the previous steps have "Title" 24.
How could I solve this?
Thanks
Solved! Go to Solution.
You need to add GetItem action from 2nd List and Get Item where ID = 24 [First List Title]
Then Use Update Item on 2nd List and Use ID from GetItem action of 2nd List. Then it will work.
You need to add GetItem action from 2nd List and Get Item where ID = 24 [First List Title]
Then Use Update Item on 2nd List and Use ID from GetItem action of 2nd List. Then it will work.
@PrasadAthalye thanks, It worked including the step "Get Item" as you suggested.
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
17 |
User | Count |
---|---|
144 | |
50 | |
43 | |
40 | |
31 |