Why is this false?

There is a value so it should evaluate to truthy.

1 Like

Hi there

It is because string value doesn’t equal to boolean TRUE

You could check with this: not(empty(value))

2 Likes

Would be nice to have a boolean operator.

bool(value)

Returns true/false

1 Like

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.