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 / Filter Users on ShareP...
Power Apps
Answered

Filter Users on SharePoint List

(0) ShareShare
ReportReport
Posted on by 51

I have a SharePoint List with a 'Person' column. When a person enters a new record they get an auto-complete/suggestion which is great. However, I want to filter the autocomplete suggestions to only show students.

 

I have done this in PowerApps on a separate application using Vertical Gallery and O365 Users, but ideally, I'd like to use the combo box that comes standard. With the Vertical Gallery I used:

 

Filter(
 Office365Users.SearchUser({ searchTerm: EmployeeTxt.Text, top: 500}),
 Department="Our School", StartsWith(JobTitle,"Student"))
)

 

 

How can I do the same with the combo box and ideally without the Office365 Users Data Connector?combobox.png

Categories:
I have the same question (0)
  • MrLetts Profile Picture
    51 on at

    I'm happy to use the O365 Users connector if needed

  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @MrLetts ,

     

    Please try:

    ForAll(
     Filter(Office365Users.SearchUser({searchTerm: EmployeeTxt.Text,top: 500}),Department="Our School", StartsWith(JobTitle,"Student")) ,
    {
     '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Department: "",
     Claims: "i:0#.f|membership|" & Mail,
     DisplayName: DisplayName,
     Email: Mail,
     JobTitle: "",
     Picture: ""
     }
    )

     

     

    Best Regards,

    Bof

  • MrLetts Profile Picture
    51 on at

    Perfect! Thanks so much!

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 136 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard