Hi! I have already asked a few similar questions, but I am new so I have endless questions. I will also mention I am using power apps in teams.
I have a gallery and I would like to filter it with a multiselection combo box. So far I have the below filters/sort/search on my gallery.
SortByColumns(Search(Filter('business.plan','Add to App'=!"F"), TextInputCanvas1.Value,"Title"), "DueDate",SortOrder.Ascending)
My current combo box is hard coded as: ["Population 1","Population 2", "Population 3", "Population 4"] with the multi select turned on in properties.
My gallery is using a sharepoint list (called 'business plan') and the column I need to search with the combo box is called 'Population'. The population column in sharepoint is a multi value select value.
In my gallery, I currently have that column displayed through a concat so all the values are listed that are selected, but I would like to filter the gallery by specific populations. Any ideas?