Branch Counter
The Branch Counter Node
Category - Flow Control

The Branch Counter Node uses monitors a counter, and branches according to its value as the node is encountered:
- If the counter is less than or equal to the specified threshold, or
- If the counter exceeds the threshold.
The loop counters available are configured within the N2ACD application.
Loop counters apply only to the call in progress and are not shared system-wide values.
This node is useful in conjunction with the Increment Counter node to perform looping with a flow for the current call.

Configuration
To configure the node:
- Select the
Counterto branch for. - Set the
Thresholdthat will be used.
Note that both a loop counter and a limit must be defined.