for some reason i can only see 50 users whom names start with A and thats it it doesnt include all users in our company
You'll need to provide more info about how you are conducting the Search to get a useful answer. What code are you using and what property did you put it in? What control are you using to show the output. Screenshots are also helpful.
You can try adding the top parameter to your search function or if top is already listed then increase the value.
Example below returns the top 200 profiles:
Office365Users.SearchUser({searchTerm: Trim(TextSearchBox4.Text), top: 200}))
Hi @warsongg00
Filter(Office365Users.SearchUser({ top: 999}),StartsWith(GivenName,"A"))
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
still only shows people with letter only
Hi @warsongg00
Can you share more details with your issue? Did you use Office365Users.SearchUser function to search users? Is there any filter function in your formulas?
To Increase the number of users, you can set the top parameter as Jeff_Thorpe said, if you use Office365Users.SearchUser function. If not or that workaround doesn't work, please share more details.
Best regards,
Sik
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
33 | |
32 |
User | Count |
---|---|
258 | |
88 | |
78 | |
68 | |
67 |