Hello,
I am encountering this issue when i am trying to patch a person or group column type in SharePoint. After doing research here in the forums it was advice to enter it like this however not sure why i am still getting the error and it is not updating the manager column in SharePoint. Any thoughts on why this happening?
Using a datacardvalue from a form
Solved! Go to Solution.
Hi @patricia_r
Combobox items property is
Choices(SPList.'PersonColumn')
Patch Command will be
Patch(
SPList,
Defaults(SPList),
{
'Assigned to': {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & ComboBox1.Selected.Email,
Department: "",
DisplayName: "",
Email: ComboBox1.Selected.Email,
JobTitle: "",
Picture: ""
}
}
)
Hi @patricia_r
Combobox items property is
Choices(SPList.'PersonColumn')
Patch Command will be
Patch(
SPList,
Defaults(SPList),
{
'Assigned to': {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & ComboBox1.Selected.Email,
Department: "",
DisplayName: "",
Email: ComboBox1.Selected.Email,
JobTitle: "",
Picture: ""
}
}
)
Hi @patricia_r
Please let us know if anything needs on your post. We can help with this.
Please do not forget to give kudos if you find the suggestion helpful or Accept it as a solution if works fine to help other users to find it useful.
Thanks,
Stalin - Learn To Illuminate
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
190 | |
70 | |
50 | |
37 | |
28 |
User | Count |
---|---|
243 | |
114 | |
91 | |
91 | |
69 |