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 Multi-PeoplePicker
Power Apps
Unanswered

Filter Multi-PeoplePicker

(0) ShareShare
ReportReport
Posted on by 9

Hello,

 

I am trying to display dropdown values by filtering a SharePoint list that contains a people picker "Assigner" that could have more than 2 people. I am checking if the current user logged in is within the "Assignee" people picker. If it is, then I need to display the title of the record. 

For example (IF you are "Bob"):

TitleAssigneeManager
Project ABob, Matt, JoeMary
Project BBob, JoeDiego
Project CAntonioMary


My dropdown should only display Project A and Project B since "Bob" is assigned as one of the "Assignees". 

The tricky part about this is that the "Assignee" column gets returned as a table and when you wrap around the filter it doesn't work as expected. 

Andres-san_0-1600755655865.png

 

so far I've tried many methods but these have been the closest to the solution:

 

Filter(Projects,!IsEmpty(Filter(Assignees.Email,Email= User().Email))).Title

Filter(Projects,LookUp(Assignees, Email = User().Email,Email) = User().Email).Title

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Andres-san 

    Consider trying this formula to see if you get closer:

    Filter(Projects, User().Email in Assignees.Email)

    Should give you what you need.

     

    I hope this is helpful for you.

  • CU20080325-0 Profile Picture
    9 on at

    @RandyHayes,

    Thanks! This works if I compare it against a string type but not the people picker table. 

  • Vijay Tailor Profile Picture
    2,961 on at

    Hi @Andres-san ,

    Use below code for your issue.

    hope this will help you to resolve your issue.

     

    Filter(AddColumns(TestAkshay,"AllAssignedEmail",Concat(Candidate,Email,";")),Lower(User().Email) in AllAssignedEmail)

     

    VijayTailor_0-1601315366522.png

    VijayTailor_1-1601315384361.png

    Thanks,
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Andres-san 

    I'm not sure what you mean by the people picker table.

    You mentioned that the Assignees is a multi-selectable person column in your SharePoint list.

    So, using the data example you provided, this formula should return Project A and Project B if the user is Bob

    Filter(Projects, User().Email in Assignees.Email)

     

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 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard