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 / 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

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 545 Most Valuable Professional

#2
Haque Profile Picture

Haque 314

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard