Hello All,
I have having some trouble with the format of dates when posted to Excel from a HTTP request.
My flow takes a CSV file parses it, adds some additioanal columns and sends it chunks to an excel document stored on SharePoint. The CSV contains 9 columns of dates (some are blank) formatted as dd/mm/yyyy. Initially once the flow runs the dates were appearing as mm/dd/yyyy, but month/day were only swapping where the day was >12.
I have checked the following
- The flow is outputting the dates in the coreect format dd/mm/yyyy.
- Both powerautomate and excels regional setting are the same (UK English)
- Changing the format of the cells in the excel doucument to the non * dd/mm/yyyy option give the dates in the correct format but the dates with days >12 are formatted as text untill you double click in the cell and hit enter, at which point the format updates and the date is displayed correctly.
- Chaging the format of the columns to text give the dates in the correct format but it is then diffciult to use sort and filter.
I did consider formatting all the dates in the CSV but i have about 2000 rows of data and 9 columns of dates, which would take hours with an apply to each loop.
The excel document is intended to be a dashboard so beaing able to filter and sort by date would be really useful. Any suggestions on how to resolve this would be really appericated.
Thank You
Luke