Hi,
I have a people picker field on my form currently it shows all users in my domain. I only want to show some of the users listed not all. The users have different email one is @company.au and the other is @guestcompany.au. Is there a way to stop @guestcompany.au from appearing in the people picker list when a user is typing a name into the search field?
Thanks
Solved! Go to Solution.
Hi @SumanthDundi7 Please try to set Update property of Data card to below:
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#.f|membership|" & Lower(DataCardValue4.Selected.Email)
}
you need to allow some time after you changes the person field value. May be 5-10 seconds and then submit
Please check if this helps,.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
199 | |
97 | |
56 | |
51 | |
41 |
User | Count |
---|---|
265 | |
156 | |
83 | |
81 | |
56 |