if(empty(variables('VariDouble7')),0,variables('VariDouble7'))
Hello everyone
once again I need your help with my import into a SharePoint list from Excel.
I have numerical values these I have now set a variable.


Now this value should be transferred to the SharePoint list.
First he always shows me an error
The 'inputs.parameters' of workflow operation 'Element_erstellen' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Duration_x0020__x0028_Days_x0029' is required to be of type 'Number/double'. The runtime value '""' to be converted doesn't have the expected format 'Number/double'.
There are about 10 such columns
Now I wanted to tinker in an if condition.
if(empty(variables('VariDouble3')),0,variables('VariDouble3'))

But now he puts zero everywhere. Have checked an example against. Where there is a number in it, it writes a 0.
I hope for your support.
Best regards,