Hi
I'm using power Automate to populate SharePoint List from MS Forms.
Depending on answers of the user, some fields maybe empty. So, when these fields are empty, I get the following error in the step where SharePoint list is updated.
"The 'inputs.parameters' of workflow operation 'Create_item_in_SharePoint_List' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Expected_x0020_efficiency_x0020_' is required to be of type 'Number/double'. The runtime value '""' to be converted doesn't have the expected format 'Number/double'."
What I tried to do in order to update the field is to create "Compose" action and in the SharePoint Item update I used this function (as I've seen in this post )
if(empty(outputs('Compose')),null,outputs('Compose'))
Still I'm getting same error message. Here's snapshot of my Workflow