Returns the numerical representation of an Appian system data type of the provided value.
typeof( value )
value: (Any Type) The value to be inquired for type.
Integer
typeof(123)
returns 1
, which is the numerical representation of the Number (Int) system data type.
typeof(loggedInUser()) = type!User
returns true