Conditional branching
DronaHQ provides a way to use If
statements or Switch
statements using branching logic in actionflows. For a lot of cases you would want to build a completely different workflow or set of actions depending on the actions the user has taken or the data the user has entered or even the data received from a query in any of the above actions. Branching lets your define a condition for each branch and if its true
that particular sequence gets executed. You can also next multiple branches inside each other.