For each number in the range
This will run all inner actions for every number (integer) within the given range (minimum inclusive, maximum exclusive).
info
Inside the loop, you can use the last action's output to store the current number if needed.
Parameters
- Minimum (number)
- Maximum (number)