Question

I have Sharepoint list and made a canvas powerapp of it. In powerapps i automaticaly fill the e-mailadress of the user in a texttabel by using ThisItem.Medewerker.Email

But now i would like to also get his or her Jobtitle. However, when I use ThisItem.Medewerker.JobTitle it does not work. I get a notification This Formula uses a range that is currently not supported for evaluation. What am i doing wrong here.

Was it helpful?

Solution

You can get the Job Title of user by using Office365Users Connection like below:

Office365Users.UserProfile(ThisItem.Medewerker.Email).JobTitle

For more information check below documentation:

Connect to Office 365 Users connection from Power Apps

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top