Hello!
This is my first time creating a flow and messing with power automate so please bear with me!
So, I am building a flow between Microsoft forms and emails that I need the forms information to go to. Everything is exactly how I want it besides the date. The date on the form shows '10/20/203' but when the email comes through the date changes to '2023-10-19.'
Date in forms

Used Dynamic Content from forms in power automate.

How the date is formatted when the email comes through

I assumed that because I used the dynamic content that it would automatically format to the way the form was set up. I have tried to mess with the expression formatDateTime(utcNow(),'dd/MM/yyyy') arranging it in different places to see if the question the date is attached to would change with this in front or behind it. I have tried adding an initialize variable and then a set variable. I have even tried messing with the setting in forms to see if it's the forms and not power automate.
What I have deduced is that there isn't a problem with the form itself, it has to be something I'm doing wrong in the flow and with the expressions. Thanks in advance.
