You are viewing limited content. For full access, please sign in.

Question

Question

Workflow - Match exact string from a multi valued token to a multi valued field

asked on June 21, 2016

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, :-)!!!!

0 0

Replies

replied on June 22, 2016

I would recommend using pattern matching here instead of token conditions. 

0 0
replied on June 22, 2016

"Equals" will do it if you have the multi-value token on the left hand side and the current value from For Each on the right hand side of the condition. It will check if any of the values on the left matches the value on the right.

0 0
replied on June 22, 2016

Thank you Junaid, but I don't see how will I compare the strings if I don't use token conditions.

Thank you Miruna. I did try all kinds of combinations, operators, etc. I will try your suggestion later on and post back the result.

Thank you all.

 

0 0
replied on June 22, 2016

Yes, it works when we use the plain multi valued token without any formatting. I read on another post that in order to work with the multi valued token we had to flatten it such as %(Token 1#[,]#).

Not in this case... thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.