Reset Counter

Start the Counter from 0

When using one counter node for multiple nodes in the same agent, the counter will be filled very quickly as it does not reset or counts how many times the specific node was triggered.

You can reset the counter by adding a Reset Counter node at any point in the flow. By the time the caller reaches the Reset Counter node in the flow, the previously triggered Counter node will be reset to 0.

Last updated