Thanks for your response.
The flow is triggered manually by inputting New hire name, email, Supervisor name, email, Start date and time fraction which helps make decision on whether they need a permanent spot or they are hotdesking. Logic is after 3 days, but for testing I have made it in 2 minutes it checks an Excel spreadsheet that stores Microsoft Forms responses for our IT requirements form.
The logic I am trying to achieve is:
- If the new hire's name is found in the spreadsheet, the flow should go to the False branch (no reminder needed).
- If the new hire's name is not found in the spreadsheet, the flow should go to the True branch and send a reminder email to the supervisor.
The issue is that even when there is no matching record in the spreadsheet, the condition is still evaluating to False.
I have reviewed the flow run history and made some changes, but the result remains the same.
Could you please clarify which specific inputs, outputs, and action parameters you would like me to share? Attached is the screenshots of the List Rows action, Condition action, and the run history details of a recently ran flow. Any help would be appreciated.