Hi there
I have created several flows that generate reports in Power Automate, then save them on One Drive, and then email them to the person that submitted the survey.
In the "Create Report" section, I am giving the report a unique name using fields from the survey. I want to add the date to the name as well, but am struggling to get the formatting right. I know that I have to use the formatDateTime() expression, but I am just not able to get the syntax correct. My date filed in my survey is called q1_3_assessmentdate. I have tried using the following but it isn't working:
formatDateTime(triggerOutputs()?['body/feature/attributes/q1_3_assessmentdate'];DDMMYYYY)

Previously, in Integromat, I used to format it like below:

Please could someone explain to me how i format the date properly. I am not interested in the time at all, just the date
Thanks so much