This function returns a text with the user name of a given display name.


displayNameToUser(displayName) #Output: Text



Parser expressionDescription


displayNameToUser("Bob Smith")


This example returns the user name the user Bob Smith e.g.:
b.smith



Parameters used in this function

ParameterInput (data type)Description
displayName

Text containing a valid user's full name.



This function returns a


If you want to return the full name instead of a user name, check out: userFullName()



Use cases and examples



Parser function cloud
Map(error)
NotesIt's only possible to find users via ID.






Status
Tech review

Style guide




Short description

Returns the user name for a given user.

Output

Available since

Label