group( groupId, property )
Returns information for group.
Keyword | Type | Description |
---|---|---|
|
Number |
The Id of the group to be retrieved. |
|
Text |
Information to retrieve for this group. |
Text
The property value accepts the following (case-sensitive) values:
group()
cannot be used to define a column of process report data or in a process event.
You can copy and paste these examples into the Expression Rule Designer to see how this works.
group(2, "created")
returns 12/16/05 6:37 PM GMT
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Partially compatible | Can be used with offline mobile if it is loaded at the top of the form. |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |
group() Function