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

a!userRecordIdentifier( users )

Returns a value of type Record Identifier for each user passed to the function.

See also: Post Event to Feed Smart Service, Post System Event to Feed Smart Service

Parameters

Keyword Type Description

users

User Array

The array of users for whom record identifiers are to be created.

Returns

Record Identifier Array

Usage considerations

This function can be used for both active and deactivated users.

The expression will fail to evaluate and an error will occur if the users field contains invalid users.

Examples

NOTE: To make the following expression valid, replace "john.smith" and "jane.doe" with valid usernames in your environment.

a!userRecordIdentifier(users: {"john.smith", "jane.doe"}) returns an array of two Record Identifier values with the first pointing to John Smith's User record the second pointing to Jane Doe's User record.

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

a!userRecordIdentifier() Function

FEEDBACK