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(topeople(123)) returns 27

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

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK