Skip to main content
May 3, 2022
Solved

Get user name from user id

  • May 3, 2022
  • 2 replies
  • 1 view

Hello All

Hopefully very easy question for you!

I have the User ID from the User Picker, I want to display in a separate field the User First Name and in another the User Last name.

How can I do that? 

For example where user Id is: jonhs

something like .... toUser(johns.firstname) ?? 


Thank you!!

    Best answer by richardm900458

    Hi jamesa,

    check user() function 

    https://docs.appian.com/suite/help/22.1/fnc_people_user.html

    user(username: "jonhs", property:  "firstName")

    2 replies

    richardm900458
    May 3, 2022

    Hi jamesa,

    check user() function 

    https://docs.appian.com/suite/help/22.1/fnc_people_user.html

    user(username: "jonhs", property:  "firstName")

    May 3, 2022

    Thank you!! :)