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 Pages / Help with search bar i...
Power Pages
Suggested Answer

Help with search bar in gallery

(0) ShareShare
ReportReport
Posted on by 7
Hey guys!
I would like to know how I can solve the following problem:
I even developed a simple stock app, but after a while I made some adjustments and the gallery search bar stopped working. I tried to research what it was, but I couldn't find anything that helped me. Does anyone know how to resolve this? I'm a beginner in development!
Categories:
I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
    It’s common for the Gallery search bar to stop working after some adjustments, especially if changes impact the Items property of the Gallery or the Text property of the Search bar.
     
    If you have a TextInput control named SearchBar and a data source named StockData, the Items property of the Gallery might look like this:
    Filter(
        StockData,
        TextInput1.Text = "" || StartsWith(ColumnName, TextInput1.Text)
    )
     
    Check the Data Source
     
    If the Search bar was renamed (e.g., SearchBar to TextInput1), update the Gallery formula
    Filter(
        StockData,
        IsBlank(TextInput1.Text) || StartsWith(ColumnName, TextInput1.Text)
    )
     
    pls try the above, if you need more details pls let me know.

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 Pages

#1
Haque Profile Picture

Haque 10

#2
Suriyanarayanan V Profile Picture

Suriyanarayanan V 8

#3
oliver.rodrigues Profile Picture

oliver.rodrigues 5 Most Valuable Professional

Last 30 days Overall leaderboard