I want to create a Bridge Parameter Script that checks for a certain value and if the value is included in the filter selection returns the All token. I am struggling however to create this All token. Can you help me with this. My script looks something like this:
...
if (member == "test") {return All Token}
...