Hi everyone,
I am tearing my hair out trying to get this flow to work.
I have a SharePoint Library and in that library is a calculated column called 'Alert Date'. That column contains a date and when that date equals todays date it needs to send an email to 'Alert To' (another column in the library) to notify them that the document in question is close to expiry. The flow should also run everyday at 6:00am automatically.
Thing is the codition keeps returning a false value which i know is incorrect becuase i have a test document in the library that has an 'Alert Date' value of todays exact date!
The snippet of the flow is below.
Compose value = formatDateTime(utcNow(),'dd-MM-yyyy')
Can anyone tell me where i have gone wrong?
