If Else

Condition - A boolean which will output True for any value ≥ 0.5 and False for any value < 0.5.

True - Connect an Element to be output if the Condition is True.

False - Connect an Element to be output if the Condition is False.

Last updated

Was this helpful?