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:
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?