
I’m creating a flow to send reminder emails when:
Date_x002f_TimeofMeeting (Date/Time)Pre_x0024_MeetingMaterialsSent (Yes/No)Sign_x0024_upStatus (Choice)Date_x002f_TimeofMeeting → is less or equal to → addDays(utcNow(), 5)Pre_x0024_MeetingMaterialsSent → is equal to → NoSign-up Status: Value → is equal to → FilledTried:
formatDateTime(addDays(utcNow(), 5), 'yyyy-MM-ddTHH:mm:ssZ')ticks(addDays(utcNow(), 5))string(ticks(addDays(utcNow(), 5)))Date_x002f_TimeofMeeting → is less or equal to → addDays(utcNow(), 5)A couple of things sorry for the color.Is DateTime actually a Date or is it a string, can you verify for sure because Either way is less or equal to is expecting an int value. Is the addDays was that typed into an Expression? because it doesn't look like it should in the Ux.