If
Get a value conditionally (single condition)
Inputs
If(condition, ifTrue, ifFalse)
condition
- An expression that outputs true or falseifTrue
- A value to output if thecondition
is trueifFalse
- A value to output if thecondition
is false
Last updated