Re: Flow Condition returns False even when matching SP List Items
Hi @CorcoranK ,
Can you examine the content of the Compose actions and find examples where the content of the compose action should match as true, but they do not in the condition.

The compose action should have 4 values. You may need to add some characters to separate one value from another for ease of reading.
Make sure that the text and case matches exactly with what is stored in SharePoint. For example, the following text are different because the cases does not match:
Last Questionaire Completed
Last questionaire completed
Also, the does your date column in SharePoint contain time? Example 2023-10-11T09:00:22? The formatDateTime(utcNow(), 'yyyy-MM-dd') expression does not contain time. If the SharePoint column also includes time then you will need to use the FormatDateTime() function to format the SharePoint date so you can compare it with the expression formatDateTime(utcNow(), 'yyyy-MM-dd').
Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site