I need to pull information from a sharepoint library that contains a calculated column(Date only) for "Next Review Date". I'm trying to compare that to today's date and if equal, send a reminder email.
The issue is I cannot get the comparison to work. I'm using
@equals(items('Apply_to_each')?['Next Review Date'], utcNow())
I've played with the date formats on my "Next Review Date" column and the utcNow() field and NOTHING is working? Any help is greatly appreciated.