I facing this issues where I'm trying to update excel data into a SharePoint list. I have number of date columns in the excel, which when I'm trying to update using the update items showing this error, can someone help me with the solutions. Error -
OpenApiOperationParameterTypeConversionFailed
The 'inputs. Parameters' of workflow operation 'Update item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/DesiredDeliveryDate' is required to be of type 'String/date'. The runtime value '""' to be converted doesn't have the expected format 'String/date'.
Expression I'm using -
if(equals(item()?['Desired Delivery Date'],''),null, item()?['Desired Delivery Date'])