Admin Manual / Workflow Management / Formula / User References
User References

See the list of user references you can use with your workflows below.

Function

Description

User.FullName

Refer to a full name of a current user.


Use

${User.FullName}


Example:

${User.FullName} will return a full name of a current user.

User.FirstName

Refer to a first name of a current user.


Use

${User.FirstName}


Example:

${User. FirstName } will return a first name of a current user.

User.LastName

Refer to a last name of a current user.


Use

${User.LastName}


Example:

${User.LastName} will return a last name of a current user.

User.JobTItle

Refer to a job title of a current user.


Use

${User.JobTitle}


Example:

${User.JobTitle } will return a job title of a current user.

Note: All fields in user profile can be used.

Last modified on Jan 23, 2018