Help Please.. I am new to power automate and having issues with pulling data from SQL into a Sharepoint List. Basically from what i can distil down within SQL Table has 4 x date/time columns and i believe its these that are creating the issue.
Datetime data format within SQL table is 2023-05-29 08:30:00:000
Associated field in the Sharepoint List - 29/05/2023 08:30 AM (should look like this)
I have tested and tried to understand some expressions within the flow but still getting issues, any help would be appreciated. When i remove the date/time fields from the flow.. The others fields are populating ok.
Error in Power Automate
Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'item' validation failed in workflow operation 'Create_item': The parameter with value '"@items('Apply_to_each')?['absence_from']"' in path 'item/absence_from' with type/format 'String/date-no-tz' is not convertible to type/format 'String/date-time'.'.
Do i need to change any datetime format within the sharepoint columns also.
Any guidance on the expression would be a massive help.