How to get username/email/name from User object?

Hi Team,

I am getting list of user or groups from a ER like below

Now I want to convert this User object to username/name or email.

Or easy language I want to fetch user details from this object 

Please help me

I tried user() but it gives parameter error maybe user() accepts username not user

Please Help

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to vaithyanathanr0002

    The "user()" function provides the ability to get first OR last OR middle name within a single instance.  Because the definition of "full name" and formatting thereof varies pretty widely and will largely depend on your use case, it will be up to you to get the one(s) you want and concatenate them together properly. 

    If you want to save yourself some typing in the future, create an Expression Rule i.e. "PROJ_Utility_GetUserFullName", which will call user() the necessary number of times and concatenate its results.  The added benefit of this is you can null-check the input username, and even check first to make sure it represents an actual account, to avoid errors.

Children
No Data