Hi All,
So I have a Power App form that is connected with Azure AD group and pulls group members and populate my drop-down as a choice. Before this implementation the drop-down was searchable and it was populated from SharePoint Group.
The issue I’m having Now is, after switching from SharePoint group to azure A.D. group whenever I submit this form the drop-down field is not being saved into SharePoint list, previously it was saving in SharePoint list.
Is there some additional logic I need to add or I’m missing when switching to Azure A.D group to populate my drop down?
Please let me know if I need to add additional information to clarify this question.
Thanks
Solved! Go to Solution.
Hi @EduLuv ,
I did a test for you.
1\ Add a combo box control 'ComboBox2' and set its Items porperty to:
Office365Groups.ListGroupMembers("one group Id").value
2\ This is my list 'LIST126'. 'TestPerson' is a person column.
3\ Add a button control and set its onselect property to:
Patch(LIST126,Defaults(LIST126),{Title:"Test",TestPerson:{Claims:"i:0#.f|membership|"&ComboBox2.Selected.mail,Email:ComboBox2.Selected.mail,Department:"",DisplayName:"",JobTitle:"",Picture:""}})
4\ The result is as follows:
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Hi @EduLuv ,
I did a test for you.
1\ Add a combo box control 'ComboBox2' and set its Items porperty to:
Office365Groups.ListGroupMembers("one group Id").value
2\ This is my list 'LIST126'. 'TestPerson' is a person column.
3\ Add a button control and set its onselect property to:
Patch(LIST126,Defaults(LIST126),{Title:"Test",TestPerson:{Claims:"i:0#.f|membership|"&ComboBox2.Selected.mail,Email:ComboBox2.Selected.mail,Department:"",DisplayName:"",JobTitle:"",Picture:""}})
4\ The result is as follows:
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Thanks this worked!
User | Count |
---|---|
256 | |
106 | |
92 | |
47 | |
37 |