I have built a form and a power automate flow to take form data a publish in a sharepoint list. I am getting the following error in the power automate flow The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/field_7' is required to be of type 'String/date'. The runtime value '" "' to be converted doesn't have the expected format 'String/date'.
I believe it is the DOB date that is causing this issue, I have tried to convert the date but it is still not working? The date is appearing in the form data as YYYY/MM/DD this may be due to regional settings across our tenancy as USA when in australia but that aside...???
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/field_7' is required to be of type 'String/date'. The runtime value '" "' to be converted doesn't have the expected format 'String/date'.