Hi,
Really odd one here, I have a flow that has been running happily for months. The basic process is there is a Microsoft Form with a bunch of questions, one of the questions is a Date control. When the form is submitted the Form is processed by Flow and sent to a SharePoint List. The SharePoint column that is receiving the data from the Date question is a "Date/Time" column.
The Date question in the form isn't mandatory thus it can be empty. As mentioned this has been working perfectly until the 4th March when it stopped. If the Date question is empty I get the following error in Flow, if the date is present the flow completes.
The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/date_question' is required to be of type 'String/date'. The runtime value '""' to be converted doesn't have the expected format 'String/date'.
The flow is very basic as you can see
I've tested a similar form on another tenant I have access to and Flow processes the Date question perfectly if it has data in it or not.
Very confused!
Any help gratefully recevied.