Hi, I have an excel file that I want to use to update or create a List only if a specific value matches (Class ID).
I've build a scheduled flow that runs once a day.
I got excel data with "List Rows", then I got list items with "Get items", and I compared the value "Class ID" using a Condition (screenshots "Condition"). If condition is true the list should be updated with Update Items, if false I've no actions and then I terminate
In my test I've 3 rows in excel and 2 rows in the list, and I have only a Class ID match.
The flow runs successful, but the condition is not working and does not recognize the match (screenshot "Not Specified").
I've tried to add a compose to format as a string the Class ID in both the excel and the list and compare them, but I get the same issue.
Can anyone help?