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 / Power Apps Search Filt...
Power Apps
Suggested Answer

Power Apps Search Filter Issue

(1) ShareShare
ReportReport
Posted on by 4

On this app, when I search for '3 R', the item [3 Rings] is displayed.

 

When I search for 'Rings', it does not find or display [3 Rings].

 

How can I edit the search box to filter any letters or words so I can see 3 Rings by only typing 'Rings'?

Format below:
 
SortByColumns(
    Filter(
        [@'Appendix D - Product and Service Approved & Prohibited List'],
        StartsWith(
            Title,
            TextSearchBox1.Text
        )
    ),
    "Title",
    If(
        SortDescending1,
        SortOrder.Descending,
        SortOrder.Ascending
    )
)
Categories:
I have the same question (0)
  • markperrah Profile Picture
    47 on at
    SortByColumns(
        Filter(
          [@'Appendix D - Product and Service Approved & Prohibited List'], 
             TextSearchBox1.Text in Text(Title)), 
              "Title", 
              If(SortDescending1, 
                 SortOrder.Descending,  
                 SortOrder.Ascending))
     
  • AL-01100918-0 Profile Picture
    4 on at
    markperrah - Thank you
     
    Unfortunately, I am now getting unexpected behaviour - the '3 Rings' record has disappeared along with other records when searching:
     
  • Suggested answer
    SudeepGhatakNZ Profile Picture
    14,396 Most Valuable Professional on at
    A Filter action with "in" won't return all results due to delegation. You can increase the delegation limit in Power Apps to handle more rows, but it won't solve the issue for datasets larger than 2,000 rows.
  • Suggested answer
    Inogic Profile Picture
    1,297 Moderator on at
    Hi,

    Please try the below FX formula to search based on the text input.

    SortByColumns(
        Filter(
            [@'Appendix D - Product and Service Approved & Prohibited List'],
            Search(@Datasource, TextSearchBox1.Text,Title)
        ),
        "Title",
        If(
            SortDescending1,
            SortOrder.Descending,
            SortOrder.Ascending
        )
    )

    Note: Replace the @Datasource with your entity
     
     
    Hope this helps.
     
    Thanks!
    Inogic Professional Services: Power Platform/Dynamics 365 CRM
    An expert technical extension for your techno-functional business needs
    Drop an email at crm@inogic.com 
    Service: https://www.inogic.com/services/ 
    Tips and Tricks: https://www.inogic.com/blog/ 

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

#2
11manish Profile Picture

11manish 180

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard