Hi,
I am using MS Flow (Power Automate) using a Scheduled task - i.e. Recurrence, Execute stored procedure (V2), Create CSV Table and Send Email (V4). I have an issue formatting date/time. When I build my CSV table from a SQL Stored Procedure, the object 'ResultSets Arrived' appears as: 2022-04-01T10:29:19.14. I want this appearing as 01/04/2022 10:29 (i.e. dd/mm/yyyy hh:mm).
In 'Create CSV Table' I tried to create a custom column for 'Arrived' using expression:
convertTimeZone([Arrived],'UTC','W. Europe Standard Time','dd/MM/yyyy HH:mm') but it failed.
Please help.
Thanks!