Discussions
Problem with IN operator?
9 months ago by Javier Alvarez
Hello,
I'll attach a sample workflow to the comments of this board to demonstrate what I'm seeing. Basically, there's something I may be understanding with how the IN operator works. The workflow does the following:
Sets value of variable to "a"
Sets value of list to ["a", "b"]
Checks if variable in list.
If not, print FALSE; If true, print TRUE.
The workflow prints FALSE, which is not what I expect. Could you help me understand? Thanks!