So I'm in a point where I want to use both input and output anchors in a filter tool, I think.
In a ..big nutshell I want to be able to:
(a) choose the columns I want to filter from, thought a List Box tool (one or more columns of Name 1, Name 2, Name 3)
(b) choose the names in the filter (drop down list, select only one Name, "Maria", "George")
I've managed to do the (b) part but I'm struggling with the (a) part
| ID | Name 1 | Name 2 | Name 3 |
| 1 | Maria | Maria | Paul |
| 2 | Christine | George | [Null] |
| 3 | George | Paul | Christine |
If I choose let's say Columns "Name 1" and "Name 2" the name "Christine" then only row ID 2 should be displayed.

Any thoughts?
Thanks