Hey everyone,
I have created an app that allows you to put an issue, person responsible( I have created office 365 groups example being splice).
When i choose it and submit all information transfers except the group. I have the group turned on in the SharePoint site and i also have tried manually entering it and it works.
Any advice would be appreciated
Chris
Solved! Go to Solution.
Hi @ChrisBrazeau ,
I am not sure, Like how to save the data into SPlist.
but if you using the Patch function then you can pass value like the below formate.
Patch(
PurchaseOrderRequisitions,
Defaults(PurchaseOrderRequisitions),
{
Title: "NewPersonFieldSubmission",
Requestor: {'@odata.type':
"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & dd_Requestor.Selected.Email,
Department: dd_Requestor.Selected.Department,
DisplayName: dd_Requestor.Selected.DisplayName,
Email: dd_Requestor.Selected.Email,
JobTitle: "",
Picture: ""
}
);
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
Hi @ChrisBrazeau ,
I am not sure, Like how to save the data into SPlist.
but if you using the Patch function then you can pass value like the below formate.
Patch(
PurchaseOrderRequisitions,
Defaults(PurchaseOrderRequisitions),
{
Title: "NewPersonFieldSubmission",
Requestor: {'@odata.type':
"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & dd_Requestor.Selected.Email,
Department: dd_Requestor.Selected.Department,
DisplayName: dd_Requestor.Selected.DisplayName,
Email: dd_Requestor.Selected.Email,
JobTitle: "",
Picture: ""
}
);
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
279 | |
236 | |
84 | |
37 | |
35 |
User | Count |
---|---|
356 | |
240 | |
130 | |
71 | |
50 |