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

Function

lookup( multipleValues, dataToLookup, valueIfNotPresent )

Returns location of data within multiple values, or valueIfNotPresent.

Parameters

Keyword Type Description

multipleValues

Any Type

Values to lookup within.

dataToLookup

Any Type

Value to lookup within multipleValues.

valueIfNotPresent

Any Type

Value to return if dataToLookup is not present.

Returns

Integer

Examples

lookup({"a", "b", "c", "d"}, "c", -1) returns 3

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)

lookup() Function

FEEDBACK