I have a flow that runs a query against a database and puts it into a CSV table
The date in the query returns in the ISO 8601 format (e.g. 2023-10-11T00:00:00), but I need it to have dd/mm/yyyy
the select portion is just to rename column headers as i need the space between words, and no square brackets.
I used this expression item()?[Column Header]. Tried to wrap a format time around this but it didnt work