We passed 2000 rows when using our app at work, so we are trying to apply an additional filter. However, this one does not appear to work.
SortByColumns(Filter([@'Product Inventory - Part 1'],Order="Part1" Or Order="Part2", TextInput1.Text in Title), "field_1", If(SortDescending1, Descending, Ascending))
The two filters work separately (Order="Part1" Or Order="Part2" -> this one causes more than 2000 rows to be seen), but together they no longer work.
Would anyone know how I can solve this?