I need some assistance with a flow I'm creating. The flow is supposed to take the items in a SharePoint list on a given frequency, write them to our SQL DB, then delete the SP records.
My flow is failing when trying to write the SP Created date to the Created (datetime DataType) field in my SQL table. I've tried modifying a solution I found to a different problem here but am still having issues.
I tried the below code but got the error in the screenshots.
convertToUtc(outputs('Get_items')?['Created'], 'GMT Standard Time')