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 / Repeating Tables and G...
Power Apps
Answered

Repeating Tables and Gallery Filters

(0) ShareShare
ReportReport
Posted on by 84

I followed along with one of Shane's videos to create an app. I've been able to customize it to meet our needs, but I need to apply a more complex filter for one of the galleries and am hoping for a little help. This is the video I used: https://www.youtube.com/watch?v=xgznk4XlPCo

 

First, here's what everything looks like.

Below is the first screen where users add their information and the repeating table. The top portion patches to List1 and the repeating table patches to List2. They are connected through MasterID which is a field on List2 which is populated through Patch like this - MasterID: Form1.LastSubmit.ID.

ksullivan2_0-1666206611082.png

On edit, The Master Gallery on the left is what is shown, an item is clicked on in Master Gallery, the ItemGallery's correlating items from List2 become visible. When you click on an item from the ItemGallery, a small edit form appears at the bottom for editing. Save and it all is written to the list. It all works great. 

ksullivan2_1-1666207009208.png

 

The issue is, the Master Gallery Items will quickly become very long causing users to have to scroll quite a bit to find their items that need editing. I want to filter these items so that when ItemGallery has the intials and date returned filled in, I no longer want to see the items in the master gallery. Below, since the highlighted items have been returned, I no longer want them populated in the Master Gallery.  The only filter applied right now is on the ItemsGallery Items Property which is below:

Filter('List2', 'Master ID'= MasterGallery.Selected.ID)

ksullivan2_2-1666207263298.png

 

 

 

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

    Is there a column that is blank until it is edited?  For example, if you have a "Comments" or "Status" column that is updated with "Item Returned", you can filter out the non-blank values to get rid of them after they're edited. 

     

    Something like Filter('List2', 'Master ID'= MasterGallery.Selected.ID, IsBlank('Status'))

  • ksullivan2 Profile Picture
    84 on at

    @Rusk The goal would be when a user 'initials' the edit form highlighted below, that item would no longer appear in the gallery to the right and when both items have initials, the item in the gallery to the left would no longer appear. I tried the IsBlank with the initials field using this:

    Filter('List2', 'Master ID'= MasterGallery.Selected.ID, IsBlank(Initialstxt)) but it didn't work at all. It wasn't mad, just didn't work. I tried various iterations of this including using ThisItem and a few others, with no luck. 

    ksullivan2_0-1666211125049.png

     

  • Verified answer
    Rusk Profile Picture
    1,369 Super User 2024 Season 1 on at

    It looks like "Initialstxt" is not in your actual Gallery, so you won't be able to use that to filter the Gallery items.  Does that info get saved somewhere when you save?  What is the name of the column that the Initalstxt updates?

  • ksullivan2 Profile Picture
    84 on at

    It points to this list (List2) and the column names are listed in the first screenshot. Initials is a single line column. The ItemsGallery (yellow highlight) itself doesn't have input fields (circled in red) and the form (circled in blue) at the bottom is where the edits occur. The form's item is "ItemGallery.Selected". Does that make sense?

    ksullivan2_0-1666271646025.png

    ksullivan2_1-1666272075668.png

     

  • ksullivan2 Profile Picture
    84 on at

    @Rusk I figured it out, your comments helped me to think about the formula conditions differently. Thanks so much. 

     

    Filter('List2', 'Master ID'= MasterGallery.Selected.ID, IsBlank(Initials))

     

     

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

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard