Hey All,
So i have two SharePoint lists with three flows.
When LIST A creates a new item - Unique ID flow is started and creates a unique ID.
When LIST A updates an item - Flow B - Updates LIST B by using filter array and condition based on length of filter array. (Works perfectly)
When LIST B is updated - Flow C - Will update LIST A based on the Unique ID, this should be the same flow as above but in reverse however I keep getting no match to the unique ID, both LIST's unique ID are the same columns (single line of text) and both have the same value but when I run the flow it shows the filter array
so its not finding the unique ID which is "UID-2024073312" on both LISTS.