Hi,
I have a Power App which when a form is entered and the submit button is pressed, it starts a flow to pass the selected date in the form into Excel. For some reason, the date is not formatting as 'dd/mm/yyyy' as I would like. It appears in excel as 'mm/dd/yyyy'. I have tried using the parseDateTime expression to then format this in a compose action but it doesn't seem to work. I have found that when a date like 23/12/2024 is entered it will then give an error and say it's not in the ISO 8601 format, if a date like 09/12/2024 is entered it will usually work. Please see pictures below of my flow and the actions.
Any help would be greatly appreciated, thanks.