Why isn't boolean value evaluation working in parallel blocks using .some() query?

This topic was automatically generated from Slack. You can find the original thread here.

Evaluating boolean values in parallel blocks. i’m evaluating a .some() query on one of the conditions in the parallel branch. i’ve tried using string and boolean equals true, but noine worked

CleanShot 2025-02-23 at 09.50.13.png

You would have to wrap like this so it’s evaluated as a boolean:

{{true}}

Another option is to use the is true condition