Hi,
I have created a simple Flow (Form to email). I have a date question in the form but Flow converts the date incorrectly (YY/MM/DD). I need it to display DD/MM/YY. Can anyone advise how I can ensure Flow has the correct date format? So on the email the date field reads DD/MM/YY?
Many thanks
Solved! Go to Solution.
Please use the function formatDateTime which can be used to return any specified format.
With reference to your requirement you can use:
formatDateTime(triggerBody()?['Date'],'dd/MM/yyyy')
Let me know if this helps?
Please use the function formatDateTime which can be used to return any specified format.
With reference to your requirement you can use:
formatDateTime(triggerBody()?['Date'],'dd/MM/yyyy')
Let me know if this helps?
Sorry for such a long delay in my response but I just want to say thank you, this worked!
Thanks again
Kieran
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
34 | |
16 | |
15 | |
9 | |
9 |
User | Count |
---|---|
36 | |
26 | |
17 | |
7 | |
7 |