Hi,
Just getting started trying to build a workflow starting with a script filter and I have 3 options that I want to handle but am struggling handling all three.
The options are with keyword `abc`:
1) type 'abc<enter>' -> I want to open url http://www.example.com
2) type 'abc C<enter>' is match with script filter (values 'A', 'B', 'C') -> I want to open url http://www.example.com/cat/C
3) type 'abc D<enter>' is not match with script filter (values 'A', 'B', 'C') -> I want to open url http://www.example/cat/D
I have number 2 working fine but can't get 1) and 3) to work...
Thanks in advance,
Brent