Loops

Loops allow you to continuously execute a set of functions across a list of items. An example might be if you have a list of items being returned from the database that you wanted to either modify or delete. Loops are a perfect use case for this scenario.

There are a few different types of Loop functions:

Last updated