userFullName
To return the full name of a user
This function tells you the full name of a user. If not specified differently, the function will return the current user.
The full name will be pulled from the first name and last name, not the display name.
userFullName()
userFullName(user)
string
userFullName()
To return the full name of the current user.1
userFullName()
Result: Steve Rogers (if Captain America is currently using the database)
userFullName(myUser)
To return the full name of a given user.Choose the User field and select Black Widow.
1
userFullName(User)
Result: Natasha Romanoff (if Black Widow is selected in the User field)
Last modified 1yr ago