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 / Using "Office365Users....
Power Apps
Answered

Using "Office365Users.searchUser()" for a people-picker using a combo-box

(0) ShareShare
ReportReport
Posted on by

Hello everybody! 

 

I am trying to use a combo-box to create a People-Picker from a specific group using O365 Users as a connector. 

 

If the group of users in my O365 Users is called "testGroup" , AND my combo-box for my people-picker is called "testComboBox" , would this be the correct syntax for code? There are no errors when I input this code into the "Items" property, but the combo-box isn't pulling up any results in my form. Thank you!

 

 

Sort(
 Office365Users.SearchUser(
 If(
 IsBlank(testComboBox.SearchText),
 {searchTerm: "testGroup"},
 {searchTerm: testComboBox.SearchText}
 )
 ),
 Surname
)

 

 

 

 

--------

 

 

I replaced the testComboBox I used as a parameter within "searchTerm" with empty parentheses (which should pull up all users within the O365 Group), but it looks like I got results without detail when I run the app:

 

jharville_0-1598543980044.png

 

 

 

 

 

 

Categories:
I have the same question (0)
  • VDS_Mantra Profile Picture
    175 on at

    Hi, 

     

    Try this one in gallery.

     

    If(!IsBlank(Trim(txtSearchBoxScheduledMeeting.Text)), Office365Users.SearchUser({searchTerm: Trim(txtSearchBoxScheduledMeeting.Text), top: 15}))

     

    I hope i was able to understand your query. 

  • jharville Profile Picture
    on at

    Hello,

     

    I'm following an online course and they are saying to put it into the "Items" property of the card we've added to the form, so not sure if inputting into the "gallery" would bring our desired functionality. 

     

    Also, why would I use scheduledMeeting as a parameter if there are no meetings involved?

     

    I attached a screenshot of my code:

    jharville_0-1598543021861.png

     

     

    Thank you!

  • Verified answer
    jharville Profile Picture
    on at

    I actually looked in my "Advanced" properties and saw that the DisplayFields was set to the wrong attribute, so I changed it to DisplayName and it fixed the issue. 

     

    Thanks again for your help, I genuinely do appreciate it! 🙂

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard