Hello guys,
I'm using a combobox with the search function.
The source of the Combobox is a table "Countrytable", which has a column "Country" and a column "Status".
I'm trying to filter the combobox for countries with Status true. But as soon as im using the search in the combobox im getting an error: "...Try to make all columns visible".
Is the country table in a separate sheet and hidden? What is your configuration for the Search field?
make sure there still will be a column visible after status=true
sorry I forgot to say that. The data source is an excel. And both columns are text columns. So it should be like Status= "True"
What's your data source? SharePoint? What data type are the columns "Country" and "Status"? Is "true" really a status option the Status column? Assuming they are choice columns ->
Filter(
CountryTable,
Status.Value = "true"
)
Click on the "Fields" property of your combo box, be sure to set your Display column & Search column appropriately.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473