Brent Posted April 14, 2020 Posted April 14, 2020 (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 April 14, 2020 by Brent
deanishe Posted April 14, 2020 Posted April 14, 2020 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.
Brent Posted April 14, 2020 Author Posted April 14, 2020 (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 April 14, 2020 by Brent
Brent Posted April 14, 2020 Author Posted April 14, 2020 In the meantime I've edited my initial question in this thread to hopefully be more clear...
Brent Posted April 14, 2020 Author Posted April 14, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now