I have a data field that I want to filter using a search Textbox and a dropdown. I have been testing a lot of different formulas but I cant get it to work right. I have these three formals that work independently but I need to combine them.
Sort('Expense App List New',RequestedBy,Ascending)
Filter('Expense App List New',StartsWith(RequestedBy,Tech_Name_Search_TextInput1.Text))
Filter('Expense App List New',ItemStatus = Filter_Item_Status_Dropdown1.Selected.Value)