web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Two formulas in items
Power Apps
Answered

Two formulas in items

(0) ShareShare
ReportReport
Posted on by

Hello, I need help because I'm going crazy in a moment, I'm trying to learn powerapps, but as soon as I solve one problem, three more appear. I have a gallery that lists the assortment for me, the table is filtered thanks to a formula that narrows the list view down to a category

 

If(filtr.Selected.Result = "Pokazuj wszystko";asortyment;Filter(asortyment;Grupa=filtr.Selected.Result))

I'd also like the list to be searched by the user using searchbox, and here's the code:

Filter(asortyment;StartsWith('Nazwa asortymentu';TextInput5.Text))

 

I've been struggling with it for an hour, I searched google but nothing works. PLEASE HELP!

Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at
    With({asmt:Filter(
     asortyment;StartsWith(
     'Nazwa asortymentu';TextInput5.Text
     )
     )
     };
     If(
     filtr.Selected.Result = "Pokazuj wszystko"; asmt;
     Filter(
     asmt;Grupa=filtr.Selected.Result
     )
     )
    )
  • pablik01 Profile Picture
    on at

    THANK YOU!!!

  • pablik01 Profile Picture
    on at

    will it be possible to make look in the whole text not only after the first word

  • pablik01 Profile Picture
    on at

    ok the last question in this topic. At the moment I have a search but after the first word, how to force a search when, for example, a key word is in the middle

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 321

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 311 Super User 2025 Season 2

Last 30 days Overall leaderboard