Is there an action to call that can exit an array iterator based on a value or condition of something OR an action that completely ends the automation in a success state? I have an array that is being returned and after each loop there is a chance that more loops are remaining but are unnecessary. Trying to see if there is a way to exit the loop early and end the automation run completely.
Yes, there is a break iteration action you can add to break it.
Typically the break is placed within a conditional based upon some condition being met.
i completely missed that. exactly what im looking for. at the beginning of each iteration i have a condition to verify if it still needs to go. i was just looping false with no actions over and over but would rather exit completely. this should work. thanks
Yeah, is hard to find unless you know it’s there…only appears within that menu inside iterators.