I have a flow that imports the data from an Excel worksheet into a SharePoint list. If a date field is left blank, we get an error importing. Is there a formula I can use to either leave the field blank in SharePoint or enter a date that users will know isn't correct, like 1/1/1900?
The error is:
Action 'Create_item' failed: The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/DateField' is required to be of type 'String/date'. The runtime value '""' to be converted doesn't have the expected format 'String/date'.