Announcements
Hi Community,
I need a DropDown that contains a list of all office D365 Users and default of the dropdown set to the user that is using the PowerApps.
I tried this function in the Item: Office365Users.SearchUser({searchTerm:""}).DisplayName but it doesn't work. I think it's because the search term is looking for blank value but I am not too sure how to get rid of that part and just return a list of names.
Please help, thank you.
Create a collection:
ClearCollect(MyUsers,Office365Users.SearchUser({searchTerm:""}).DisplayName)
Then use the collection name in the Dropdown:
MyUsers
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thank you. Still not showing any values. I am wondering if it could be something to do with my access of the office365 list. I will check on that. Thank you.
Ok check and give the feedback
My original formula worked all the sudden. For some reasons, it wasn't loading the names. However, it is not showing every available names, only showing the names start with A. I am guessing it's because the list is too long.
You can try it on a combobox instead of dropdown
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 534
WarrenBelz 416 Most Valuable Professional
Valantis 306