Hello,
I'm struggling with a problem on a SharePoint date not in ISO 8601 format.
formatDateTime('triggerBody()?["Created"]', 'dd/mm/yyyy hh:mm tt')
It returns that the submitted date/hour chain is not valid and must match the ISO 8601 format. I tried converting the date to ISO format using the convertToUtc() function, still returned that in order to use this function I need a valid date.
I'm really stuck with this issue, could someone help me figure this out please ?