True OR false should equal true -- shouldn't it?

Okay y’all, what am I doing wrong?

Here is the set-up for my variable:

And here is evidence that I’m entering 25 when running just this module:

So why am I getting false as the output?

Hey @Rebecca_Katz , check if the first set variable module has an empty space or the text is correctly written.

1 Like

Oh wow, there was a space before the {{or}} that threw it off. I knew Make was picky (“{{or}}” actually gets the “wrong” OR) but didn’t realize that a space would have this effect! Thank you for noting this for me!

1 Like

You’re welcome Rebecca