I have a date/time in a sharepoint list. I have a power automate setup to send an email when new doc is created. I want the date/time in the email. I've used this statement
formatDateTime('Date_x0020_of_x0020_MEeting','MM/dd/yyyy hh:mm')
When I test the flow it gives me an error on the email saying the value provided for date time string 'Date_x0020_of_x0020_MEeting' was not valid. The datetime string must match ISO 8601 format.
IDEAS? I