Hi,
I have created Flow with the date (Created), however, it comes in a format that looks like YYYY-MM-DDT10:00:00Z. I want it to be like MM/dd/YYYY.
I tried
formatDateTime(triggerBody()?['Created'],'MM/dd/yyyy')
and I am getting a string that looks like "formatDateTime(triggerBody()?['Created'],'dd/MM/yyyy')" instead of the actual date
I would be thankful if you could help me with it
Let me know if you need more details
Thanks in advance