Gimme a break!
It would be useful for the forEach loop tag to have some sort of break option. That way I can loop through my values and when I find what I need I can break out and not continue the loop.
For now, as a workaround we can set some sort of flag variable and if we hit the "break" condition set it and then if it's set just avoid doing anything in the loop, but that's kind of crude...
5
votes
