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