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 / Filtering Nested Table
Power Apps
Answered

Filtering Nested Table

(0) ShareShare
ReportReport
Posted on by 3

Hello, I need help. I have a Collection called 'filterAssignedTo' which contains Emails, and a Database called 'fskDatabase' which has a column named 'Assigned To'. The type of the column is Sharepoint List Person, so it is in the form of table in Power Apps.

 

Simply put, I want to filter the 'fskDatabase' based on which email(s) of 'Assigned To'.Email is in 'filterAssignedTo'. The 'filterAssignedTo' may contain more than one record and similarly, 'Assigned To' may contain more than one person.

 

How do I possibly achieve this? Thanks in advance.

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @MchPAL ,

     

    You can try below formula in a Gallery:

    Filter(
     AddColumns(
     fskDatabase,
     "test",
     CountIf(
     ForAll(
     ThisRecord.'Assigned To' As PP, 
     PP.Email in filterAssignedTo
     ),
     Value = true
     )
     ), 
     test >0
    )

     

    Best regards,

  • AndrewR1 Profile Picture
    1,572 Moderator on at

    Hi @MchPAL you can try this: 

    Filter('fskDatabase', 'Assigned To' In 'Assigned To'.Email)

    You may receive a delegation waring doing this as the in operator in non-delegable but this is the only way I know how to achieve comparing Multiple -> Multiple email. 

     

    Please click Accept as solution if my post helped you solve your issue. ✔️ This will help others find the solution to this problem. It also closes the item. Remember, you can accept more than one post as a solution.

    If the content was useful in other ways, please consider giving it Thumbs Up. 👍

    Thanks
    Andrew

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#2
Haque Profile Picture

Haque 69

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard