Skip to main content

One doc tagged with "Ternary Operator"

View All Tags

If Value

Outputs one input value based on the input condition. Outputs the "Then" input if the input condition is True. Outputs the "Else" input if the input condition is False. Only reads one of the inputs, not both.