I have a question about my gallery formulas,
I want to sort and filter in my gallery data at the same time but every time I get an error.
I have two different code:
Sort('LV CrossCheckList_v1','Cross Check Date',SortOrder.Descending)
Filter('LV CrossCheckList_v1',StartsWith(Title,TextInput2.Text))
How can I combine these two codes correctly?