I have a flow that takes data submitted via a form, sends and email for approval, and adds the data to a Sharepoint list upon approval.
The problem is that the flow is failing when no data is entered in the date field of the MS Form (via the date picker calendar). This date field is not mandatory, and does not always need to have an input.
When a date is entered in MS Form, the flow works fine. Is only when no date is entered that the flow fails.
I have made sure that it in the date column settings on MS List, the "Require that this column contains information" is marked as "No".