Hi,
I have a gallery that uses a Sharepoint database, in the database there is a column called "Status" with New and Done values, I have two buttons to filter by new and done, but I also want to include a text box to filter by other columns "Customers", "References".
this is my code:
SortByColumns(Filter('Solicitudes Expres';
StartsWith(Estatus;EstIng2)); "Estatus"; If(SortDescending3;Descending;Ascending))