Case (if/else)
Last updated
Was this helpful?
Last updated
Was this helpful?
This common method utilizes if-then-else logic, assigning a result when the corresponding condition evaluates to true, otherwise assigning the final ("else") result –> learn more
dynamic (input-dependent)
@condition
(nested) conditions – like those used in a
any
true
-
@result
or
any
true
(Variable or value)
@else_result
or
any
true
(Variable or value)