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 search multi ta...
Power Apps
Answered

How to search multi tags with single text (separator +) gallery powerapps

(0) ShareShare
ReportReport
Posted on by
Hi,
 
I search code to search and filter collection gallery multi-columns with a single text (example : bed+mail+test).
 
Thanks a lot for your help
 
Laurent (the french)
Capture.JPG
Categories:
I have the same question (0)
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
    can u try this approach:
    If(
        IsBlank(TextInput1.Text),
        DataSource,
        Filter(
            DataSource,
            ForAll(
                Split(TextInput1.Text, "+"),
                Lower(Value) in Lower(Name) ||
                Lower(Value) in Lower(Type) ||
                Lower(Value) in Lower(Description)
            )
        )
    )
    
    you would need to insert a textinput control that functions as a searchbox. if you rename the input control you also need to change it in the filter of the items property
     

    you can also try this:

     
    if my answer helped please mark as verified,
     
    Filter(
        DataSource,
        StartsWith(Name, TextInput1.Text) || 
        StartsWith(Type, TextInput1.Text) || 
        StartsWith(Description, TextInput1.Text)
    )
    

     
    cheers
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
     
    did u have the chance of trying what i suggested?

    If it worked please mark as verified answer so we can also help others
     
    thanks in advance

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard