Hello everyone,
I have a sharepoint list and a multi people picker column. I am having a canvas app without SP integration. The problem I am facing is whenever I am opening the app in Edit mode and trying to update the data using patch I am getting an error that basically translates to missing Mail part in the Claims... This issue is happening if I am not touching the people picker control in my form and trying to update. the snippet I am using to update the people picker is as follows -
ApplicationTechArchID:
ForAll(pplTechArchID.SelectedItems,{
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#.f|membership|"&Mail,
Department:"",
DisplayName: DisplayName,
Email: Mail,
JobTitle:"",
Picture:""
}),
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
182 | |
52 | |
41 | |
40 | |
34 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |