Forum Discussion
nganapathiraju
9 years agoFormer Employee
Did you look at this?
Always search snapLogic docs for help.
Description
Returns a string indicating the object type.
This is similar to the JavaScript typeof.
Syntax
typeof item
The possible return values are: “boolean”, “number”, “string”, “object”, and “array”.
matt_bostrom
9 years agoNew Contributor II
i actually stumbled upon the isNaN function on the string methods documentation. i was looking in the numbers documentation which is why i couldnt find it. this seemed to work for me: