Free cookie consent management tool by TermsFeed topeople() Function
topeople() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

topeople( value )

Converts a value to People.

Parameters

Keyword Type Description

value

Text

Value to convert.

Returns

People

Usage considerations

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.

Examples

topeople(1, "john.doe") returns {[Group:1], john.doe}

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

topeople() Function

FEEDBACK