typeof() Function

Returns the numerical representation of an Appian system data type of the provided value.

Syntax

typeof( value )

value: (Any Type) The value to be inquired for type.

Returns

Integer

Examples

typeof(123) returns 1, which is the numerical representation of the Number (Int) system data type.

typeof(loggedInUser()) = type!User returns true

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK