Loops

To implement loops, simply add a counter, e.g.

and then check its value at TRANSITION. If the value has not passed a certain value, have it go back and execute certain steps until it completes.

Please note that there is currently a built-in limit of 1000 cycles per loop.

This is in keeping with the spirit of running fast apps that customers interact with.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.