Hello MS Power Community ~
Help please,
I am getting the following:
"Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'In function 'parseDateTime', the value provided for date time string '' was not valid. The datetime string must match ISO 8601 format.'"
Some context: I have an excel table on OneDrive for Business. header column 'Day' contains date format 31/03/2023 (date at which the event is hosted) and I am trying to make a flow that sends an email reminder to hosts 2 weeks before an event and then another reminder 1 week before the event.
I have 2 variables:
formatDateTime(convertFromUtc(addDays(utcNow(),14),'AUS Eastern Standard Time'),'dd/MM/yyyy')
formatDateTime(convertFromUtc(addDays(utcNow(), 7), 'AUS Eastern Standard Time'), 'dd/MM/yyyy')
I also got the following: