How They Work
- An admin attaches a visibility rule to a specific field
- When the page loads, the platform evaluates the rule’s condition tree
- If the rule evaluates to true, the element is shown
- If the rule evaluates to false, the element is hidden
Common Use Cases
Condition Building
Visibility rules use the same condition tree system as decision rules:- Field conditions comparing form answers, application status, or profile data
- Logical operators (AND, OR, NOT) for combining conditions
- Dynamic data paths for referencing values anywhere in the Object Graph