i have a flow which checks the date of a column in a spreadsheet table and will trigger a condition if it matches todays date.
the way the spreadsheet is populated is from a MS Forms which a person submits the date.
the date format in the spreadsheet looks like this
With the column format set as Date
My flow gets the date column from 'Add a row into a table' which returns the output and the DateTime Format is set to ISO 8601.
my condition is setup to get that info from the dynamic content and equal to expression below
The flow runs successfully but always returns as false for the date condition.
Am i missing some sort of formatting in the expression to check for current date? or should i not get the dates column from the 'Add a row into table' flow but instead 'Get response details'?