Hello and thank you for your help on this.
I have a process that has a number of allowed stops, token below. I am trying to match those values to each of the values either provided by another db or manually entered by a user.
I am looking for the exact string match but I have no luck using "equals to" - nothing matches. If I use contains, I get some results however not so accurate as I get a match for the letter W
[TRUE] If all of these conditions are true:
[TRUE] Entry Token [Token 2]: 'E, P, M, Z, F, FLOOD, SEAWELEV, F' <contains> 'W'.
Any help matching the exact string would be great...
Thank you, :-)!!!!