
Hello,
I am new to Power Automate/Flows and just created my first very basic flow, which is to email results from a Microsoft Form through email.
My issue is that the date format on the Microsoft Form is showing M/d/yyyy:
But when the email comes in, it shows in yyyy/m/d format:
Any suggestions for getting the email to show the MM/DD/YYYY using the dynamic content from the Form?
Hi @Anonymous
You need to use formatdatetime. Using the expression builder type in formatdatetime( ,'MM/dd/yyyy') and then choose the dynamic tab and select the answer for the date so that it inserts as the 1st parameter of formatdatetime (i.e. before the comma ,).
Note that month is represented by capital MM.
Damien