USERRECORD

Returns the value of the column from the currently logged in user's database record. 

Syntax

= USERRECORD(value)

Parameters

Value

A column variable whose value is to be found from the user’s database record. The value should be specified as a string (e.g., “var”).

Return Type

String

Examples

Example

Returns

= USERECORD(“EmailAddress”)

The email address of the logged in user.

= USERRECORD("UserName")

The UserName of the logged in user

= USERRECORD("UserId")

The UserId of the logged in user