Conditional

A Conditional is a control that you can use on your canvas to show information based on a condition that you specify in an expression.

How to implement Conditionals has been extensively covered as part of the illustration in the page for Tabbars.

Properties

Show when true – when the condition entered returns true, then this part is shown.

Show when false – when the condition entered returns false, then this part is shown.

Show when unknown – when the condition does not evaluate properly - perhaps because a field doesn’t contain data or for some other reason - then this part is shown.

Last updated