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 / Combining Filter and S...
Power Apps
Answered

Combining Filter and Search Functions

(0) ShareShare
ReportReport
Posted on by 37

In my current Power Apps project, I am currently filtering the data so that when users login to the app, they will only see orders connected to their account. That is currently working, but I would also like to implement a search function so they can search for specific orders based on keywords in the 'Title' column.

I am currently using Filter([@'SharepointList'],(Concat(Requestor,Email) = User().Email)) to filter by the user.

And using Search([@'SharepointList'], TextInputSearch.Text, "Title") to search by the keywords.

However, when I try to combine the two, or try to use a semi-colon to have both lines, I keep getting errors. Does anyone know how to combine these functions together properly, or is there another more efficient way of going about this?

Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @QuoteOnQuote 

    Assuming that the filter and the search are correct:

     

    With({splist: Filter(
     [@'SharepointList'],(Concat(Requestor,Email) = User().Email)
     )
     },
     Search(
     splist, TextInputSearch.Text, "Title"
     )
    )

    I am not sure why you have included Concat(... inside parentheses. 

     

     

  • QuoteOnQuote Profile Picture
    37 on at

    I need to use concat to access the requestor's email correctly (something about the way the list is set up causes errors any other way), but thank you so much, that worked!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard