문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top