web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 70 Super User 2025 Season 2

#2
Jerry-IN Profile Picture

Jerry-IN 55

#3
sannavajjala87 Profile Picture

sannavajjala87 31

Last 30 days Overall leaderboard