I have a power app that is a user entry form for a SP list where one of the columns is a people-picker
How do I constrain the list of "person" to just a few people instead of my whole org? Selection of groups is not the solution, I DO NOT need or want a group selected here: just a small list (20) of people. Neither is constraining the column settings to "Choose from Sharepoint Group" as a) there is no sharepoint group with these 20 people in it and b)creating a new SP team/site and adding these 20 people to achieve this purpose will result in c)them immediately leaving the group and possibly d)poisoning my lunch due to being added to yet another useless team/list that shows up in their seach.
Hi @tpcolson ,
One way would be to create a SharePoint List and add a Person column, then put in the 20 people. You would then connect the list to the app and have the Combo Box Items
Choices(NewListName.PersonFieldName)
There is also a way of hard-coding them into a collection if you want that option.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
@tpcolson - see if the blog I wrote on this topic helps:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.