FunctionCopy link to clipboard
togroup( value )
Converts a value to Group.
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
Any Type |
Value to convert. |
ReturnsCopy link to clipboard
Group
Usage considerationsCopy link to clipboard
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.
ExamplesCopy link to clipboard
Convert a single valueCopy link to clipboard
1
togroup(1)
Copy
Returns [Group:1]
.
Convert a list of valuesCopy link to clipboard
1
togroup(1,2)
Copy
and
1
togroup({1,2})
Copy
Both return {[Group:1],[Group:2]}
.
Feature compatibilityCopy link to clipboard
The table below lists this function's compatibility with various features in Appian.
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible |
FeedbackCopy link to clipboard
Was this page helpful?