It’s what I do but … it’s strange it’s not completely stable. I’ve the same redaction than you, but with boolean it’s work. If a change for an other name after it’s work again???
by the way, if I code:
boolean:bool
and put an other type for my input,like a number or a string, it’s work.
""; or 0; for false, anything other for true.
@Severin It works with other variable names for me.
However your observation about returning true for anything other than “” , 0 and_false_ is correct.
If you feel it’s and issue and have suggestions for improvement please post them here.