@@ -56,10 +56,10 @@
{#if !noEditor}
-
+
Add steps inside the while loop but have one of them use early stop/break in their
- Advanced settings to break out of the while loop (otherwise it will loop forever and you
- will have to cancel the flow manually)
+ Advanced settings (or do it at the loop level that will watch the last step) to break out of the while loop (otherwise it will loop forever and you
+ will have to cancel the flow manually).
{/if}
@@ -68,7 +68,7 @@
Skip failures If disabled, the flow will fail as soon as one of the iteration fail. Otherwise,
the error will be collected as the result of the iteration. Regardless of this
setting, if an error handler is defined, it will process the error.