Free cookie consent management tool by TermsFeed touser() Function
touser() 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

touser( value )

Converts a value to User.

Parameters

Keyword Type Description

value

Any Type

Value to convert.

Returns

User

Usage considerations

The value parameter accepts User, Text, Binary, People, and Array types.

When operating on arrays, it is not necessary to use apply with touser. If multiple parameters are passed, or one parameter is an Array, then touser will return a User Array.

Examples

touser("john.doe") returns john.doe.

touser("john.doe","jane.doe") and touser({"john.doe","jane.doe"}) both return {john.doe, jane.doe}

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

touser() Function

FEEDBACK