Hello, I have an app gallery going. I'd like to maintain the code I have here. How do I add a filter in the code to show only the entries with the status, "requested".
SortByColumns(Filter([@'Issues Log'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))