Last updated
Last updated
This function will tell you the first name of the current or a given user.
This refers to the first name that is on file in the profile of the user, not the display name.
userFirstName()
userFirstName(user)
string
userFirstName()
To return the first name of the current user.
Result: Steve (if Steve Rogers from the Avengers is currently using the database)
userFirstName(myUser)
To return the first name of a given user.
Steve Rogers is a collaborator in your workspace (team). Select Captain America in the Superhero field (field type: user).
Result: Steve (if Captain America is selected in the field Superhero)
, which returns the current or a specific user.
, which returns the last name of a user.
, which returns the full name of a user.
To return the first name of a user