Discussions

Ask a Question
Back to All

Problem with IN operator?

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!