I was running into this error:
Unable to process template language expressions in action 'Create_Document_Review_Reminder' inputs at line '1' and column '2264': 'In function 'formatDateTime', the value provided for date time string '24/03/2021 14:46:10' was not valid. The datetime string must match ISO 8601 format.'.
What is supposed to be the format? The column where this gets created is in a DateTime format of dd/MM/yyyy.
This is the expression that I use where Converted _time_to_NZ is the current time converted to NZ timezone.
formatDateTime(body('Converted_time_to_NZ'), 'dd/MM/yyyy')
Any ideas?