I have a flow that creates or updates an item in a SP list from an excel file.
I use the table name from the excel file as the «title» column in the SP list. So, the first condition that I want the flow to check is if the SP list has an item title that matches the excel table. Then Update. If I just use this, then it works fine.
BUT,
I also want to add a second condition that if this item has the same fiscal year, then update, if not create a new item. This is where it stops working and always creates a new item, even if there is already an item there with both conditions.
Here is this part of the flow.
Any idea what I'm doing wrong?