Hi
I have a simple flow that downloads an xlsx file from a website, opens the downloaded xlsx and saves it as a csv.
The problem is that the 'Save Excel' process is converting dates from the supplied dd/MM/yyyy hh:mm (26/06/2023 08:38) to m/dd/yyyy h:mm (6/26/2023 8:38). There are no further settings when saving an excel document:

Here are the regional settings on my PC:

All I am doing with excel in my flow is:
Launch Excel > Save Excel > Close Excel
How can I get this flow to save as csv with my regional settings, the same way this works if I manually save as csv in excel myself?
Any help is appreciated, thanks.