checking the presence of a string in an array of strings in conditional flow.

Not applicable

Please help me with attached problem.

Solved Solved
0 2 533
1 ACCEPTED SOLUTION

I think the most maintainable way to do this would be to do the evaluation in a javascript policy and set a flag e.g. matchesScheme = true

You will have much more flexibility this way than trying to fit this into a conditional flow.

Hope this helps!

View solution in original post

2 REPLIES 2

I think the most maintainable way to do this would be to do the evaluation in a javascript policy and set a flag e.g. matchesScheme = true

You will have much more flexibility this way than trying to fit this into a conditional flow.

Hope this helps!

Thanks Sean ..yes JS will give more flexibilty.