Lookup Job Title when selecting an employee

  • 30 March 2022
  • 1 reply
  • 66 views

We are having issues getting a particular variable working, we are using the 'People Picker' function and want to be able to populate the User's Job Title (from Active Directory) once a person has been selected. Has anyone been able to use the UserProfilelookup for this or a different variable please?

 

For example, we are looking to get this automatically populated from the Directory import that ‘People Picker’ references i.e. when selecting an employee's name, that it will populate the Job Title field with a job title of IT Engineer.


1 reply

Userlevel 1
Badge +6

Unless your company is storing the job title in another field, "Title" should work. For example: userProfileLookup([Context].[Current user email],"Title")

Reply