I created a flow which get all the "2 decimals weight" values from an excel workbook column "Create table element"
Then i need to store these values on a sharepoint list using "Create item element".
On my sharepoint list the column which contains the weight values was created with "numbers 2 decimals" format.
The issue is that sometimes on this column there is no weight and sometimes i have a weight.When i trigger this flow i have a message error when i don't have weight for some items.
(The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Date' is required to be of type 'Number/double'. The runtime value '""' to be converted doesn't have the expected format 'Number/double'.)
I could also have the same issue in the case if some weight values contains 3 decimals instead of 2 decimals.
Is there a function to skip these values to avaid errors?