I have a flow setup based on an excel sheet to pull data.
It is a recurring flow (check once a day).
It pulls data from an Excel file using 'List rows present in table'
This file has several rows so then I have the Apply to each with a Condition. As you can see I am pulling a dynamic date (format- yyyy-mm-dd) and comparing it to the utcNow per below.
The issue is this error. I have tried adjusting as much as I can but I have no idea why this is occurring. I used to have this working as utcNow('yyyy-MM-dd') but I have to move this to a new account (old work email vs new) and this is what I'm getting. Basically if the condition is met (Run Date is today), then it send out an email.
How do I resolve this?