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 / App search or filter f...
Power Apps
Suggested Answer

App search or filter function does not work anymore

(0) ShareShare
ReportReport
Posted on by 12
Hi everyone, 
 
Hope you can help me with this as I am completely lost now and don't know why it not working. 
I had the app with the Filter function as below and it was work fine in the last 2-3 months. It now suddenly could not work and returned could not find the data. My database is an excel file in SharePoint with the value type is Text
 
 
 
 
Does anyone know what wrong with it or how to fix it? There is no error code on the formular. Thank you
 
 
 
 
I have the same question (0)
  • Suggested answer
    WarrenBelz Profile Picture
    156,238 Most Valuable Professional on at
    Firstly try this (I assume that Serial is a Text field)
    Filter(
       Records,
       Len(txtSearch.Text) = 0 || Serial = Trim(txtSearch.Text)
    )
    You can also set the Default  of txtSearch to "" (empty string) and try this
    Filter(
       Records,
       StartsWith(
          Serial,
          txtSearch.Text
       )
    )
    If Serial is a Number field
    Filter(
       Records,
       Len(txtSearch.Text) = 0 || Serial = Value(Trim(txtSearch.Text))
    )
    Also, Excel is really the "data source of last resort" with (among other deficiencies) very limited Delegation capacity - how many records are in your Excel Table and what is your Data Row Limit. You have access to SharePoint so this will work much better in with a SharePoint List.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
     
     

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 353 Most Valuable Professional

#2
11manish Profile Picture

11manish 150

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 68 Super User 2026 Season 1

Last 30 days Overall leaderboard