Free cookie consent management tool by TermsFeed togroup() Function
togroup() Function
This function cannot be used with Custom Record Field Expressions.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

togroup( value )

Converts a value to Group.

Parameters

Keyword Type Description

value

Any Type

Value to convert.

Returns

Group

Usage considerations

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

Examples

togroup(1) returns [Group:1]

togroup(1,2) and togroup({1,2}) both return {[Group:1],[Group:2]}

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

togroup() Function

FEEDBACK