Hi
I'm not quite sure how to fix this error. I have 2 sharepoint lists with date and time fields and im trying to create a record on the second sharepoint everytime the first list is updated. The dates need to be in UK date.This was working a few weeks ago but now I get the error:
The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/OData__x0041_TT3' is required to be of type 'String/date'. The runtime value '"26/05/2023"' to be converted doesn't have the expected format 'String/date'
I have tried adding the below to format it to ISO date and added it to the 'create item' but I still get the same error
formatDateTime(triggerBody()?['Received_Date'],'yyyy-MM-dd')