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

Function

tointeger( value )

Converts a value to Integer.

Parameters

Keyword Type Description

value

Any Type

Value to convert.

Returns

Integer

Usage considerations

Using the value parameter

The value parameters also accept decimal numbers, which get rounded.

Values passed must remain within the limits of the Integer data type.

Using tointeger() with arrays

When operating on arrays, it is not necessary to use apply with tointeger. If multiple parameters are passed, or one parameter is an Array, tointeger will return an Integer Array.

Examples

tointeger("3") returns 3

tointeger("3","4") and tointeger({"3","4"}) both return {3,4}

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: Thu, Apr 18, 2024 (09:37:34 PM)

tointeger() Function

FEEDBACK