I previously had my gallery filter by the text in a text search box and this worked fine i.e all profiles would display and it would filter based on the text in the search box.
Gallery items were:
SortByColumns(
Filter(Profiles,
TextSearchBox1.Text in Title || TextSearchBox1.Text in 'About Me' || TextSearchBox1.Text in Option.Value
),
"{Name}",
Ascending
)
I have added a combobox as well now and want to display all items if combobox.selected.value is blank, otherwise filter by the value where it relates to 'Stream' in my data source. How can I update this?

Report
All responses (
Answers (