I'm pulling data from an SQL View which outputs a date as a string, i.e. just the date, no time, in format yyyy-MM-dd. When it is collected by Power Automate using the GetRows connector it converts the string into a datetime format by appending T00:00:00Z to the end of the string.
For example I am expecting to retrieve 2023-09-25 but I actually receive 2023-09-25T00:00:00Z despite it being a string format output from SQL
Is there a way to prevent this please?