Announcements
Hi,
Is there a way to limit choices in a powerapps person field using another list containing list of persons.
Thanks
Suji
Hi @Sujimon ,
I assume there is a list:
You could set the combo box's items property to:
ForAll( ContainingList.PersonColumn, { '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Department: PersonColumn.Department, Claims: PersonColumn.Claims, DisplayName: PersonColumn.DisplayName, Email: PersonColumn.Email, JobTitle: "", Picture: "" } )
Best Regards,
Bof
Hi @v-bofeng-msft ,
The combo is getting populated but I am not able to use the search field. I get unexpected characters errors when I enable search field. Is there any way get search working?
Could you please show me more details?
Best Regards,Bof
With above code in combobox's items property, the combobox is getting populated with persons given in the list and I am able to select person but I am not able to type into combobox's search field and search for person. Only selection is possible but I am looking for search as well. When I enable combobox's search filed, I am getting unexpected characters error.
Rgds
I've made a test but did not encountered the problem you mentioned.
Not sure what I did but its working now. Thanks for the help.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 426
WarrenBelz 381 Most Valuable Professional
Kalathiya 315 Super User 2026 Season 1