Free cookie consent management tool by TermsFeed typeof() Function
typeof() Function

Function

typeof( value )

Returns the type number of a given value.

Parameters

Keyword Type Description

value

Any Type

The value to be inquired for type. For example, typename(typeof(123)) might return "Integer (Number)".

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

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Wed, Apr 24, 2024 (06:51:47 PM)

typeof() Function

FEEDBACK