
Hi Community,
I did this flow that runs when elements are created or modified in this list:
which updates column "stato" and "Id partenza" depending on column locator: basically it filters list a to locator level and then updates List B's columns in order to be aligned.
the problem is that it doesn't work for ALL records but part of them! I can't find the reason why, do you community have any idea?
This is my flow:
Hi @abartozzi ,
The only thing that I can think of is the locators are selected correctly. I assume one of the locators is from your first list and the other one is from the second.
Alternatively, you can use another apply to each instead of do until.
1. Keep the first apply to each
2. Add a get items step using the location filter to get the items to be updated from list B
3. Have a second apply to each
4. Update item
Thanks,
Funda