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 Items in Gallery
Power Apps
Answered

Display Items in Gallery

(0) ShareShare
ReportReport
Posted on by 153

Filter('Example List Name',StartsWith(Title,SearchInput1.Text))

 

This is the expression that I am using to sort through my sharepoint list. I am using this expression as the data that I will have is larger than 500 entries. The problem that I am running into is it displays all of the items but then filter after I search by my title function. Is there anyway to hide the gallery display until I enter the data in which I want to filter by?

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,654 Super User 2026 Season 1 on at

    Hi @3cdoug ,

     

    Adding an extra condition where SearhcInput1.Text can't be blank should do the trick:

     

    Filter('Example List Name',StartsWith(Title,SearchInput1.Text) && !IsBlank(SearchInput1.Text))

     

  • Ash13 Profile Picture
    576 on at

    You could add a condition to the items of the gallery so there are no items when the text field is blank

     

    If(!IsBlank(SearchInput1.Text),Filter('Example List Name',StartsWith(Title,SearchInput1.Text)))

     

    You can also set the DelayOutput property of the text input which will generally delay the filtering until after you finish typing, rather than immediately filtering the gallery after the first keystroke.

  • WarrenBelz Profile Picture
    154,930 Most Valuable Professional on at

    Hi @3cdoug ,

    Adding to the ideas here - the simplest way when using StartsWith is to set the Default of SearchInput1 to "" (empty string) and it will display all items until you enter a value.

  • 3cdoug Profile Picture
    153 on at

    You Sir are an angel sent from above 😎

  • 3cdoug Profile Picture
    153 on at

    Thank you as well

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard