Structure - Condition

Use Value Description

Returns the first value if a condition is true, or the second value if the condition is false

Structure.IIf


Parameters

Expression - The condition being met (for example: X = Y + Z)

If True - The value returned if the condition is true

If False - The value returned if the condition is false


Related Events/Use Values

Structure - Switch Condition (Use Value)

System - Condition Branch (Event)


Does this page need more information? Email Us!