I have a Microsoft Form which will populate a SharePoint list.
On the form is a "date access required until" question, which is a date field. This question does not always require an answer so may be left blank. However when it is left blank the Flow to create the item in the SharePoint list fails with:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Daterequireduntil' is required to be of type 'String/date'. The runtime value to be converted doesn't have the expected format 'String/date'.
Can I get round this at all?
Secondary question - If there is a date entered, and this appears in the SharePoint List, I would like an email notification on the date that has been entered. Does this require me to NOt have this field as a date/time filed in SharePoint List?
Thank you.