Have been trying to find this in the forum but haven't quite found the exact solution, so apologies if this is a common question.
I have a browsegallery which is set up to display Items using the following function:
SortByColumns(Filter([@'List Name'], StartsWith(Title, TextSearchBox1_1.Text)), "Priority", SortOrder.Ascending, "Title", SortOrder.Ascending)
I have added a checkbox called New and would like, when the box is checked, to only show titles that have the text "(New)" in a column called 'New'.
Could anyone please help me nest that checkbox filter within the existing browsegallery Items function?
Thanks!