Hi All,
I have a flow that looks like this:

The Date and DateTime Scanned are columns in SQL that are date and datetime. When the flow creates the csv file the date and date time looks like this:
| DateTime Scanned |
| 2024-05-02T10:04:38.473Z |
How do I get these 2 to look 'normal' so for Date I want it to be: 2/5/2024 and for datetime I want it to be 5/2/2024 HH:mm:etc I think the Z means its UTC? Is there a way to convert to EST?
Not sure how to convert the format and what step it belongs in or is it a separate step needed in my flow. Thanks!