Conditions
Is shown only when variable exists
Show a boolean (true/false) as "Yes - No"
Show the variable only if the condition returns true
Show the variable only if the condition returns false
Combined condition examples
AND logic (&&)
Display only if the policy owner is a person and their civility label is "Mrs":
OR logic (||)
Display if the policy owner is either a person or a company:
Combined && and || example
Display if the owner is a person whose civility is "Mr" or if the owner is a company: