I need to be able to filter a table with the contents of a collection.
Right now I have created the creation of this collection through a text entry:
Collect(Base; TrimEnds(Split(Busti.Text;" ")))
Once there, I need to be able to filter or search for matches with the content of that collection and the content of my table.
Once there, I need to be able to filter or search for matches with the content of that collection and the content of my table.