Back to Help
Action Conditions
Action conditions allow you to set up more complex rules when it comes to Action Button Click Actions and Step Events.
When "On Condition" is selected, the condition defined must be true before the action is triggered.
Select field name | A list of currently used Field Names defined on Action Buttons and Input Fields |
---|---|
Select operator | How to compare the Field Value:
|
Enter Value | The value to compare with. |
An Example:
- Add an Input Field with Field Name "Age"
- Add an Action Button with the label "Continue"
- Add a Click Action on the Action Button with "Go to Step" and select a step from the list
- Select "On Condition"
- Select "Age" as the Field Name
- Select "Greater than" as the Operator
- Enter "18" as the Value
Now, when the user clicks or taps the "Continue" Action Button, before going to the selected step a check is made on the "Age" Field Name. Only if the user entered a value larger than 18 (19, 21, 100, etc) will the action get triggered.
Add another Click Action to the same Action Button with "Go to Step" and a different step selected. Set the "On Condition" to "Age" is "Less than" "19". This now covers the users which entered less than 19 (18, 17, 10, etc) and takes them to a different step in your flow.