The Go To node is used when you want to go back to a certain node that is already added to the flow. You can select the node that it will be directed to once the caller reaches that point in the call flow.
- Node Name: A label that will be populated on top of the node with the selected name. This information will be available in the call reporting.
- Count: The number of times this node can be passed through. This avoids causing infinity loops, example if you select the count value as "3", we will hang up the call if the flow goes back three times to this same Go To node.
- Go To Node ID: The ID of the node to go to. Check the next section below about how to select it.
Selecting a Node
This will be the view of the flow, once you click on a node, you will be directed to it.
Note: The dashed line indicates the node that the flow is going to.