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(topeople(123))
returns 27
typeof(loggedInUser()) = type!User
returns true