Hello
My Flow depends on a column (Future Approval Date) equals Today. I live in Australia so date format is dd/MM/yyyy
What I have so far is if 'Future Approval Date' is equal to formatDateTime(utcNow(),'ddMMyyyy') (which needs to be Today) then proceed.
I've tried just utcNow() and put in a convert time zone as well and that doesn't work either.
Not sure if convert time zone is necessary but I've been battling with this for a long time. Flow just goes down the No side and doesn't work.