Automation Editor
...
Action functionality
Array Iterators
Break Iterator
1min
It is possible to halt an Array Iterator's iterations. This is usually only done based on a conditional evaluation where a certain condition requires that iteration be halted.
Within an iterator's path, click a "+" icon to add the break:
![Document image Document image](https://images.archbee.com/Y2QGD8otsIOv4e0hQQnqa/KCc2OKCqT1HksG0vFDGZH_image.png?format=webp)
![Document image Document image](https://images.archbee.com/Y2QGD8otsIOv4e0hQQnqa/0ctIcYRxv4qYzo2oU5oLO_image.png?format=webp)
Breaks are scoped to their nearest iterator.
If a break is performed within a nested iterator, only the inner iterator is halted.
Updated 13 Apr 2024
Did this page help you?