Wrong Data Types and Decisions

Wrong Data Types and Decisions

I was trying to use a Decision to test whether the current value of an item was greater than a newly-calculated value, and I discovered that the Decision box didn't give that type of comparison as an option.

I presume the issue is that the variables coming over are incorrectly defined as strings. This is a huge problem, because these are Zoho-defined. Basically everything from Zoho Inventory comes over as a string, including numerical values.

Even custom functions, where the output is designated as float are processed as strings.




Am I missing something about how to get these to show up as decimals so a Decision can be used to do a simple greater than / less than comparison?