Hi
I'm getting this error in my Power Automate flow.
The flow is triggered by a Microsoft form. The response Excel spreadsheet generated from the form submissions has been imported into a MS List and its this part of the flow that is failing at Create Item action with the error;
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/field_32' is required to be of type 'String/date'. The runtime value '""' to be converted doesn't have the expected format 'String/date'.
When a date is input into the Form, the flow error skips to the next blank date field and this is where the error happens.
There will always be blank date fields in some of the responses on the form so I can not get around blank date responses.
I have checked both the Excel Forms response spreadsheet column 'format cell' and all are set to date. Likewise I have also checked the column settings in my MS List and all are set to Date and Time type but the flow is still failing.
some screen shots below;

