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 / Trying to use multiple...
Power Apps
Answered

Trying to use multiple filters on data table (user email and search textbox)

(0) ShareShare
ReportReport
Posted on by 71

Hey!

 

I'm trying to create a loading screen where the people using the app would be able to see the saves made by them. The data source (FBFormSave) has a column (UserEmail), I want to pre-filter the table results based on this column, and then use another filter or search that checks for the company name (edt_cegnev) column, to see if there are any results after applying both parameters.

 

I tried using filters, filter+search, and every time I get the error message below:

 

problem2.png

 

Can you please tell me what I'm doing wrong?

I appreciate your time and help!

 

 

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @gaborszollosy ,

    There is nothing wrong with your code (the message makes no sense to me), but assuming you want to find if the company name contains any string from that text box and also avoid Delegation warnings, you can try this, though be aware that the top filter needs to return record numbers under your Delegation limit. 

    With(
     {
     wList:
    	 Filter(
     FBFormSave,
    	 UserEmail = User().Email
     )
     },
     Search(
     wList,
    	 edt_betoltes_keroso.Text,
     	 "edt_cegnev"
     )
    )

     

    Please click Accept as solution 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 giving it Thumbs Up.

  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at

    Filter(FBFormSave,UserEmail=User().Email,StartsWith(CompanyColumn,TextInput1.Text))

  • gaborszollosy Profile Picture
    71 on at

    Thank you so much!! This worked! 🙂 

  • gaborszollosy Profile Picture
    71 on at

    Thank you for your time, and assistance. Unfortunately, the Filter you wrote gave me the same error when updating with the actual CompanyColumn, and TextInput.

    solution3.png

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
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard