Jump to content

Script Filter with no argument, non-matching, and matching options


Recommended Posts

Posted (edited)

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

Edited by Brent
Posted

Hi @Brent, welcome to the forum.

 

When you're having a problem with a workflow you're building, please upload it somewhere (Dropbox?) and post a link here, so we can download it and have a look at it for ourselves. Then we can see where you are and where you're going wrong. It's very hard to help with a workflow you've never seen.

 

Posted (edited)

Thanks for the response @deanishe  Unfortunately it is filled with proprietary company information so I'll have to try to remove it all or build a sample one that's doing generally the same thing...

Edited by Brent
Posted

Thank you so much - I was trying to use multiple workflow objects to accomplish it but this will work great.  Just need to update my script filter.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...