topeople( value )
Converts a value to People.
Keyword | Type | Description |
---|---|---|
|
Text |
Value to convert. |
People
The value parameter accepts Text, User, Group and People types.
When operating on arrays, it is not necessary to use apply
with topeople
. If multiple parameters are passed, or one parameter is an Array, topeople
will return a People Array.
1
topeople(1, "john.doe")
Returns {[Group:1], john.doe}
.
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 | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible |
topeople() Function