Hi everybody,
I am running the below attached workflow with the attached input.
What I am trying to do is to generate an output exclusively with the differences between “current” and “previous” and have them grouped by API.
The workflow I use does this correctly. However, I get a conversion error in the formula section saying “(cell data) lost information in conversion”.
This comes from the formula:
“if isnumber(tonumber([Current])-tonumber([Previous])) then
tonumber([Current])-tonumber([Previous])
else "0"
endif”
I perfectly understand why this shows up. I am using “tonumber” for a cell that does not convert into a number.
I would just like to know if there a better formula I can use that does the same but won’t give me a “conversion error”
Thank you in advance, feel free to contact me if anything I explained remains unclear