If condition
Overview
The If condition patch handles conditional navigation.
The block contains keys and a condition, which evaluates the keys according to rules to generate a final result of true
or false
, which then can be used to connect to other patches.
If Condition configuration
Patch Name |
Identifier used in the CMS. |
The identifier should reflect content or function. |
|||
Inputs |
Connections coming in to this patch. |
||||
Conditions |
One or more keys and a condition containing any number of rules. |
||||
Outputs |
Connections going out from this patch. |
||||
Toast Messages |
Short notifications to the user. |
||||
On Success |
The message presented to the user on success. |
||||
On Success Accessibility Label |
Interface Accessibility label. |
||||
On Success Accessibility Hint |
Interface Accessibility hint. |
||||
On Error |
The message presented to the user on error. |
||||
On Error Accessibility Label |
Interface Accessibility label. |
||||
On Error Accessibility Hint |
Interface Accessibility hint. |
Learn more…