
Hi, I a flow that is running nicely but my timestamp is showing a messy date.
Please see screenshot of timestamp
How can I get this to display nicely, for example ReportName - June 22, 2022
Any help would be greatly appreciated.
Hi @Albertax,
You could use a formatdatetime function for this with the 'MMMM dd, yyyy' format.
Try an expression like below
concat('ReportName - ', formatDateTime(utcNow(), 'MMMM dd, yyyy'))