I'm having this unfixed issue Re: Error in the search function of a Combobox - Power Platform Community (microsoft.com)
So I will try to filter out the choices instead. What I mean: I have a ComboBox populated with an Excel file, called ComboBox5. The excel table looks a bit like this, with columns called "Reason for Issue" and "Issue type"
Reason for Issue Issue type
| Out of date | Outbound |
| Not requested | Outbound |
| Discount not applied | Diference in prices |
| Incorrect shipping address | Outbound |
I have another combobox where you pick the Issue type, called DataCardValue1. So if I can't use the SearchText of the ComboBox, I wanna try filtering out options instead. I want that if the user picked Difference in prices for Issue type, the only option available will be "Discount not applied"
So, the formula should be like this, no?
Filter(Excel Table; 'Reason for Issue' = DataCardValue1.Selected.Value)
All i get with when clicking on the combobox is a blank one 😞
So, how should it be?

Report
All responses (
Answers (