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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
scroll top