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 / How to add search text...
Power Apps
Answered

How to add search text box for gallery along with another existing filters in gallery?

(0) ShareShare
ReportReport
Posted on by 207

Hi Experts,

 

I am using a form with gallery with the formula as below :

 

If(Dropdown1_1.Selected.Value = "All",'Delivery Updates', Dropdown1_1.Selected.Value = "All",Filter('Delivery Updates','Delivery Manager Name'=Dropdown1.Selected.Value),Dropdown1.Selected.Value = "All",Filter('Delivery Updates','Portfolio Head'=Dropdown1_1.Selected.Value),Filter('Delivery Updates','Delivery Manager Name'=Dropdown1.Selected.Value && 'Portfolio Head'=Dropdown1_1.Selected.Value))

 

DineshK__0-1717133844233.png

 

I have added search box to filter the gallery , so if already have a filters on gallery page , how to add one more filters for search box?

i have tried to add filters based on the search textbox as the below but invalid arguments errors occurred.

 

If(Dropdown1_1.Selected.Value = "All",'Delivery Updates', Dropdown1_1.Selected.Value = "All",Filter('Delivery Updates','Delivery Manager Name'=Dropdown1.Selected.Value),Dropdown1.Selected.Value = "All",Filter('Delivery Updates','Portfolio Head'=Dropdown1_1.Selected.Value),Filter('Delivery Updates','Delivery Manager Name'=Dropdown1.Selected.Value && 'Portfolio Head'=Dropdown1_1.Selected.Value),Filter('Delivery Updates',TextInputCanvas1.Value))
 
Please suggest ..
 
Thanks
DK

 

Categories:
I have the same question (0)
  • Verified answer
    Shravyashree_01 Profile Picture
    174 Moderator on at

    Hi @DineshK_ , Im not very clear here. But Im assuming that your filter works fine and you want to add search to  the filtered items 

     

    you can try , here column1, column2.. are the columns you would want to apply search for

     

    Search( 
     If(Dropdown1_1.Selected.Value = "All",'Delivery Updates', Dropdown1_1.Selected.Value = "All",Filter('Delivery Updates','Delivery Manager Name'=Dropdown1.Selected.Value),Dropdown1.Selected.Value = "All",Filter('Delivery Updates','Portfolio Head'=Dropdown1_1.Selected.Value),Filter('Delivery Updates','Delivery Manager Name'=Dropdown1.Selected.Value && 'Portfolio Head'=Dropdown1_1.Selected.Value))
    , 
    Search_Input.Text , column1, column2 )

     

    Here the source of your search is the filtered data. 

     

    Let me know if this helps

  • DineshK_ Profile Picture
    207 on at

    @Shravyashree_01  Yes the same i have applied and works cool 🙂

    Thanks for your solution 🙂

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard