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 / why the search functio...
Power Apps
Unanswered

why the search function is too slow? is there a way to speed officer365 user search?

(0) ShareShare
ReportReport
Posted on by 93

it takes 5 to 10 to look up the names, is there a way to speed search ?

am using this code Choices([@sharepointListNameRandom].Profile) on the datacard, editform and datacard type person

Categories:
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi  @warsongg00 ,

     

    How many people are in your organization? 

    To speed up the Office365 search user function, try to collect all Office365 users to the collection at the start of app.

    1. collect all Office365Users to the collection, set the following formula to OnStart of app.

    ClearCollect(coluser,Office365Users.SearchUser({searchTerm:"",top:500}));

    2. set Items property of Combo box(that data card) as below.

    coluser

    3. set update property of datacard as below.

    {Claims:"i:0#.f|membership|" & DataCardValue1.Selected.UserPrincipalName,Department:"",DisplayName: DataCardValue1.Selected.DisplayName,Email: DataCardValue1.Selected.UserPrincipalName,JobTitle:"",Picture:""}

    Hope this can help.

    Best regards,

    Sik

     

     

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard