This flow had been working until I added a condition based on the Type of order request either BTTC or E3. However the below errors doesn't seem to be related?
Error is
Action 'Create_item_in_Operations_APAC_SharePoint_List' failed: The 'inputs.parameters' of workflow operation 'Create_item_in_Operations_APAC_SharePoint_List' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/field_27' is required to be of type 'Number/double'. The runtime value '""' to be converted doesn't have the expected format 'Number/double'.
The MS form that drives this Flow does not have any mandatory fields
The SP List does not have any mandatory fields either
Code view show that
"item/field_27": "@body('Get_response_details')?['ra3b8b4b737b24636a6751fcee6fa334d']", looks like this is a text field which again is not mandatory
I've check through everything a few times!
My only other suspicion is that only recently I added another drop down option to the MS Form Fill! Could that be breaking this?