Hello,
I have problem with @formatDateTime forumala in compose action. I need to format date to supported flow format.
I tried these variants:
"@formatDateTime(‘custom_date_column’, 'o')"
"@formatDateTime(‘custom_date_column’)"
"@formatDateTime(concat(formatDateTime(‘custom_date_column’​​,'yyyy-MM-ddThh:mm:ss'),'-3:00'),'d/MM/yyyy hh:mm tt')"
"@formatDateTime(‘custom_date_column’,'yyyy-MM-dd hh:mm:ss')"
And in all variants, I receive error
'In function 'formatDateTime', the value provided for date time string (‘custom_date_column’ was not valid. The datetime string must match ISO 8601 format.'.
Maybe someone have ideas how to format date column from SharePoint Online list?