web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / power apps People Pick...
Power Apps
Answered

power apps People Picker not Showing All Users from Active Directory Domain

(0) ShareShare
ReportReport
Posted on by 195

I have a SharePoint list and a column that is "Person and Groups".  When I create a form in Power Apps, it does not show everyone.

In the column setting, I have the following selected:

isogunro1_0-1698939592409.png

 

Even if I select a SharePoint Group, the control shows blank in Power Apps.

 

Any idea as to what the issue is?

 

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    HI @isogunro1,

    I think you set the ComboBox Items property with Choices(list.PersonField), right?

    Actually, if we populate the ComboBox with Choices() function, it will not display users directly, we search users by the searchtext within the ComboBox like below:

    vqiaqimsft_0-1698980789653.png

     

    If you want to display all the users directly and you have less than 999 users in your organization, please try to set the ComboBox Items property as below:

    Office365Users.SearchUser({searchTerm:"",top:999})

    vqiaqimsft_1-1698980960454.png

  • andyarty Profile Picture
    25 on at

    When you need even more than 999 persons to find you can use the searchTerm, to filter down the result set. That way it reaches all users (resp. groups):

     

     

     

    'Office365-Benutzer'.SearchUser({searchTerm: Self.SearchText; top: 100})

     

     

    For that in the parent datacard the update property has to be something like this, because Choices and OfficeUsers.SearchUser have different formats:

     

     

     {
     '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser";
     Claims: Concatenate(
     "i:0#.f|membership|";
     ComboBox1.Selected.Mail
     );
     DisplayName: ComboBox1.Selected.DisplayName;
     Email: ComboBox1.Selected.Mail
    }

     

     

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard