Hi,
I'm using a ComboBox to search for a user's email address. But I can't see all email addresses, only some of them.
Office365Users.SearchUser({searchTerm:ComboBox1.SearchText,top:250}).Mail
Does anyone have any idea how to get a complete list of email addresses?
Best Regards,
dKayt
Hi @SpongYe ,
what you are providing is correct. I think I need to discuss this with our IT department, it could be an internal problem.
Thanks again.
Hi @dkayt
Can you check how many you missing?
I added a count and a list to check what results I get back and at my side it looks good.
CountRows and show the amount in a Text Label:
CountRows(Office365Users.SearchUser({searchTerm:ComboboxCanvas2.SearchText}).Mail)
Show the list in a Text Label:
Concat(Office365Users.SearchUser({searchTerm:ComboboxCanvas2.SearchText}), Mail & ", ")
Then you can debug and find out how many your missing.
If you have any questions or feedback, please let me know. Have a great day! 😊
-----------------------
PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻
Hi @SpongYe ,
Thanks for replying.
Unfortunately it doesn't work, I still have the same list of email addresses.
Hi @dkayt
Try this:
Office365Users.SearchUser({searchTerm:ComboBox1.SearchText}).Mail
If you have any questions or feedback, please let me know. Have a great day! 😊
-----------------------
PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473