I have two functions that work on their own.... but can't figure out a way to combine them into one function.
Search(Sort('Permit Management','Project Name',SortOrder.Ascending),'Search Input'.Text,'Project Name','Work Order')
Filter('Permit Management','Project Status'='cmbProject Status Filter'.Selected.Value)
Permit Management = Dataverse table name
Project Status is a Choice Column with a combo box named Project Status Filter
Would you need more info than this?