Hello,
I have a SharePoint online list” LIST A” with the below items:
Column 1 | Column 2 |
A | Yes |
B | Yes |
C | Yes |
D | Yes |
E | Yes |
F | Yes |
G | Yes |
Then I have another SharePoint online list “LIST B” and what I am looking for is when I input an item at “LIST B” to update the selected item e.g. “A” to value “NO” but also to update the values of items “C”, “D” to “NO” also as they are related.
In other words I would like from “list B” to update the respective item in “list A” but in some cases to update multiple items at “list A”.
I have made how to update one item, but I cannot figure out how to update multiple items.
Solved! Go to Solution.
Hi @kouliscon
Thank you for posting.
According to your description, you would like to update items in list A based on changes from list B. However, you may need to update several items in list A as they are related.
If that’s the case, we should use ‘get items’ from listA and filter related items in ‘filter query’. After that, ‘update item’ in a loop. Since you didn’t mention the detailed relationship between A & C,D. Thus, I assume they have same caseID in my example.
Here is my test process:
Flow overview:
Once tested, I’m able to update items which has same CaseID.
Hope the content above may help you.
Best regards,
Anna
Hi @kouliscon
Thank you for posting.
According to your description, you would like to update items in list A based on changes from list B. However, you may need to update several items in list A as they are related.
If that’s the case, we should use ‘get items’ from listA and filter related items in ‘filter query’. After that, ‘update item’ in a loop. Since you didn’t mention the detailed relationship between A & C,D. Thus, I assume they have same caseID in my example.
Here is my test process:
Flow overview:
Once tested, I’m able to update items which has same CaseID.
Hope the content above may help you.
Best regards,
Anna
User | Count |
---|---|
100 | |
40 | |
27 | |
23 | |
16 |
User | Count |
---|---|
132 | |
52 | |
48 | |
36 | |
24 |