userId
To return the ID of a user
This function will show you the internal alphanumeric ID of the current or a given user.
userId()
userId(user)
string
userId()
To return the ID of the current user.1
userId()
Result: A combination of numbers and letters, which represents the ID of the current user.
userId(myUser)
To return the ID of a given user.Choose the User field and select Angela Merkel.
1
userId(User)
Result: es3OvCNrS7jvnKJxtG (if Angela Merkel has this user ID at Ninox).
Last modified 7mo ago