A ternary expression that allows inserting A or B depending on the value of C.
The test criteria
The string to output if true
The string to output if false
The ternary result
{{ifThen true "It is true" "It is false"}} Copy
{{ifThen true "It is true" "It is false"}}
A ternary expression that allows inserting A or B depending on the value of C.