Announcements
I have a SharePoint list that is open to all users. In this list, there is a Person column. On the SharePoint side, I can select any user I want in this Person column without any issues.
However, when I create a form in Power Apps, the Person DataCard appears correctly, but when I click the ComboBox inside it, no users are displayed.
I’m using the following formula: Choices([@'App Users'].Person)
I have used this code in many other tenants without any problems. This is the first time I am experiencing this issue.
If I retrieve users with: Office365Users.MyProfile().DisplayName
it works fine — which means I have access to users. However, the Choices() formula does not return any users.
What could be the reason for this?
Thank you in advance for your help
Office365Users.SearchUser({SearchTerm: ComboBox_Search.SearchText})
Office365Users.SearchUserV2( { searchTerm: Self.SearchText, isSearchTermRequired: false, top: 999 } ).value
{ Mail: ThisItem.Person.Email DisplayName: ThisItem.Person.DisplayName }
{ Claims: "i:0#.f|membership|" & Lower(ComboxBoxName.Selected.Mail), Department: "", DisplayName: ComboxBoxName.Selected.DisplayName, Email: ComboxBoxName.Selected.Mail, JobTitle: "", Picture: "" }
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.
WarrenBelz 519 Most Valuable Professional
11manish 489
Haque 327