I am trying to get a sharepoint list to search using one column an then filter this again on a second column.
I don’t mind the order of the filtering
txtsearchbox is an input box
Sharepoint is the sharepoint table
Column1 is a column with a choice dropdown
Column2 is a column with text in it
Filter(Choices(sharepoint.Column1, TextSearchBox1.Text), sharepoint.Column2 = "1")
thank you for your help