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 / Combo box is not loadi...
Power Apps
Answered

Combo box is not loading users till anyone searches in combo box

(0) ShareShare
ReportReport
Posted on by

Hi All , 

I am using below code to fill my combo box with users :

Office365Users.SearchUserV2({searchTerm: Trim(ComboBox2.SearchText)}).value  

Meshare_0-1676384365152.png

 

Display name is set as search field and Display name and mail are set as primary and secondary field respectively

 

Combo box is only loading users when I search with users display name inside combo box but It's not loading users by default in combo box. I want the users to be loaded when I open the screen without searching anything inside combobox. Please help.

 

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @Meshare,

     

    Please add "isSearchTermRequired: false" as a parameter:

    Office365Users.SearchUserV2(
     {
     searchTerm: Trim(ComboBox2.SearchText),
     isSearchTermRequired: false
     }
    ).value

     

    During my testing, this solved the issue. Please do keep in mind that the result it capped at 999 records.

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

  • Meshare Profile Picture
    on at

    Hi @LaurensM , 

    Thanks for your response . I have figured this out after posting my question . This worked perfectly .

    Can you suggest how can we go beyond 999+ records?

     

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
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard