Hello All,
I created a flow for a notification via email.
Upon notifying the email, i saw a date and time discrepancies like this:
and it should reflect like this:
and this is the output of my flow:

Hello All,
I created a flow for a notification via email.
Upon notifying the email, i saw a date and time discrepancies like this:
and it should reflect like this:
and this is the output of my flow:
Hi @Anonymous
You need to write an expression with formatDatetime function to convert datetime column to 'MM/dd/yyyy'. For example:
formatDatetime(<internal name of column>,'MM/dd/yyyy')
pls pass the internal name of the column in the above expression to get the required format.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.