Hi all,
I'm trying to create a flow to send an email if an event exists 5 days from today.
I have a recurring scheduled flow that checks a SharePoint Calendar and there's a For Each with condition as follows:
@equals(formatDateTime(item()?['EventDate'], 'MM/dd/yyyy'), formatDateTime(addDays(utcNow(), 5), 'MM/dd/yyyy'))
EventDate is the name of the "Start Date" field for the calendar. The flow runs successfully, but it always returns False. I have tried to change the parameters to: 1 day, 4 days, etc. but it still runs false no matter what.
Any advice?
Thanks!