Conditions action
Define conditions that change bot behavior based on whether that condition is met. For example an action GetVehicleData uses a GET request to obtain data which it stores in a variable. The next linked action could then test the vehicle data for specific conditions.
Note: On the Details tab of the Action, select Conditions as the Action Type. Define each of the conditions on the Settings tab.
Variable | The variable that you want to evaluate, enclosed in curly brackets. For example {userdata}. |
Operator | The type of comparison to make. |
Value | The expected value. |
Next | Interaction to go to next when the condition is met.Note:When the condition is not met, the bot goes to the interaction selected on the Details tab of the action. |
For an example, see Example: using counters and conditions.