Hi all!
I have two lists: a) sourceList, and b) toBeUpdatedList. The toBeUpdateList contains records of the sourceList which the value of a specific field is "no". When the record of the toBeUpdateList is modified, the flow should update the record in the source list. To do that, I have created a filter array to match the item in the sourceList with the item in the toBeUpdatedList. The trouble is that although the ids are exactly the same in both lists, the output of the filter array seems to be null. Therefore, nothing happens. Note: the sourceID(toBeUpdateList) has the same value as the ID (sourceList). Thoughts?
Test results:
Have you checked what’s the value of sourceID and if they are the same datatype?
Usually you should filter during “Get items” but you have to find the current problem before.
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional