Announcements
I searched and didn't find any answers. There is a video for Infopath, but none for PowerApps. I wonder if it is possible to count names in a multiple selection people picker field in PowerApps.
Thanks,
Pei Pei
You can use the CountRows function with the SelectedItems property of the picker as the parameter. For example, if your people picker is in a combobox named 'DataCardValue6', then you can use this expression in a label to display the number of selected names:
"People selected: " & CountRows(DataCardValue6.SelectedItems)
Thank you, Carlos. I just tested and it worked. What I am trying to do is to save the number in my SharePoint list. Should I create a field to store this number or do you have any suggestions on that?
Thanks again.
Pei
If you really need to store that number in your list, then you can add an additional column in the list, and update it anytime the list of selected people is changed.
Thank you. I have added the column and set the default with your formula. After I save the form, the list is updated with the count. Great!
I appreciate your help.
how do I only bring back one rows data ( PEOPLE PICKER DATACARD (MULTI-SELECT) ) and I want person say, number 3, to be referred to in a datacard, how do I do that? so i have apple,orange,and lemon multi-selected in the person/group field. how do I grab just orange selected? row[2] somehow?
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211