web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Under review by Community Managers

Under review

Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Patching SharepointList Person Field, academic Title !!Urgent!! :D

Posted on by 240

Hello,

 

i went live with a App yesterday wich generally runs pretty good, but it seems like i am unable to Patch People with an academic Title into a SharePoint List...

5 People with no academic Title already sent successfully an day off request, 2 People with academic title where not able to patch into SharePoint List, i have checked they have writing access.

Does someone know this problem and how i can resolve it?

 

here is the Patch String:

 Patch(
 Urlaubsliste;
 Defaults(Urlaubsliste);
 {
 Titel: Radio1.Selected.Value;
 Mitarbeiter: {
 Claims: Concatenate(
 "i:0#.f|membership|" & LookUp(
 'MA_VG-Liste';
 Mitarbeiter.DisplayName = txt_Mitarbeiter.Text;
 Mitarbeiter.Email
 )
 );
 DisplayName: txt_Mitarbeiter.Text;
 Department: "";
 Email: "";
 JobTitle: "";
 Picture: ""
 };
 Start_Abwesend: VarStart;
 Ende_Abwesend: VarEnd;
 Vorgesetzter: {
 Claims: Concatenate(
 "i:0#.f|membership|" & LookUp(
 'MA_VG-Liste';
 txt_Mitarbeiter.Text in Mitarbeiter.DisplayName;
 Vorgesetzter.Email
 )
 );
 DisplayName: txt_Vorgesetzter.Text;
 Department: "";
 Email: "";
 JobTitle: "";
 Picture: ""
 }
 };
 Form_attatchment.Updates
 )

 

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics