GuidePlatform UI (Fallback)v1
Break Iterator
Halting Array Iterator iterations based on conditional evaluations using break statements scoped to the nearest iterator level.
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.
Related docs
Last updated May 4, 2026