Hi Expects, happy 2023
The purpose is to check given values whether are in such columns. if yes, get the whole row into the output.
Seeking your help to build a check function that I may use it by inputting the different variables instead of changing the value in 'Filter' tools

I understand that I may use filter tools to get the result. The method I'm using right now:
Applying ‘Filter’ Tool
[column1] in ('user A','user B') or
[column2] in ('user A','user B')
...
Looking for another sufficient method to replace the steps above. Thank you