Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Combine Filter form another Combobox and Write/Search Functionality in a combo box

(0) ShareShare
ReportReport
Posted on by 42

Hello everybody

 

I have two cmb and I want the ComboBox1 to be filtered in base on what is selected in ComboBox2. This works fine: 

 

 

 

 

ComboBox1.Items = Filter(testProjekt_Lokal;ComboBox2.Selected.Kunde_ID=KundeID.Value)

 

 

 

 

But, if I activate ComboBox1 Search function it doesn't work anymore. I could only write in the ComboBox but no dropdown is offered. 

RPowerAutomated_0-1700491734305.png

I tried:

 

ComboBox1.OnSelect = If(IsEmpty(ComboBox1.SearchText);Filter(testProjekt_Lokal;ComboBox2.Selected.Kunde_ID=KundeID.Value))

 

ComboBox1.OnSelect = If(ComboBox1.SearchText="";Filter(testProjekt_Lokal;ComboBox2.Selected.Kunde_ID=KundeID.Value))

 

No results.

 

Any Ideas?

 

 

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >