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 / Display filtered galle...
Power Apps
Answered

Display filtered gallery AFTER criteria is submitted

(0) ShareShare
ReportReport
Posted on by

I have a screen that has a few filter fields, that results in the gallery items and when selected shows the details in the form. In order to avoid delegable issues, I would like the screen to appear, showing the filter fields, with the gallery/form hidden. Only after the user enters criteria to filter the dataset, will the gallery visible property get set to true, showing the records that meet the filter within the form. Filtered items are very specific such as the date from/to, or ticket # or location or receipt number. 

Any ideas?

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

    Hi @AnnetteM ,

     

    A simple approach is to use combined IsBlank functions for Visible of the Gallery and Form. 

     

    And(IsBlank(SearchTextBox.Text), IsBlank(criteriaDropdown1.Selected.Value), IsBlank(criteriaDropdown2.Selected.Value),...)

     

    It means if any of the criteria is not blank, show the Gallery and Form.

     

    Another method is to use variables OnSelect of buttons to include these criteria, and IsBlanks to check all of the variables on Visible of Gallery and Form. The two methods are basically the same, though.

     

    Best regards,

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

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard