FunctionCopy link to clipboard
topeople( value )
Converts a value to People.
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
Text |
Value to convert. |
ReturnsCopy link to clipboard
People
Usage considerationsCopy link to clipboard
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.
ExamplesCopy link to clipboard
1
topeople(1, "john.doe")
Copy
Returns {[Group:1], john.doe}
.
Feature compatibilityCopy link to clipboard
The table below lists this function's compatibility with various features in Appian.
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 |
FeedbackCopy link to clipboard
Was this page helpful?