Hello
Wonder is anyone is able to help with this one. My flow has been working without issue for the past couple of months, but has recently stopped working.
The purpose of the flow is to take rows from an updated Excel table, then create a row in a SQL table using the SQL connector. The date-time value from Excel is causing the failure when trying to pass into the SQL add row function, with the error "We cannot convert the value \"4/22/2020 7:33:06 PM\" to type DateTime."
The starting point is an Excel column called "Date_Created"

The start of the flow, up to the SQL connector is as below:

As you can see, Flow is identifying the Excel content as a date-time value in the input section of the SQL function. The yyyy-mm-ddThh:mm:ss recorded in Excel is converted in flow to the value shown below:

However, this then fails, with the error message as below:

"We cannot convert the value \"4/22/2020 7:33:06 PM\" to type DateTime."
This started to fail at the start of this week, but had previously worked.
Any help would be much appreciated.
Thanks
John