Repeat over number-list
Description
Loops over input number rows and runs linked commands for each number row within the input list
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Number rows | number-list | link-manual | true | The number-list that should be repeated over |
Scenarios
- The user wants to repeat over a
number-list
that contains5
rows and wants to start at row number2
- The user wants to repeat over all the rows in a
number-list
Use case
Inputs
- Start at Row number:
2
- Number rows:
[5, 4, 2, 5,]
Experienced tips
- If the
Start at Row number
has a greater number than the row count in the data-list, the process will continue and not loop at all - If the
Number rows
are empty, the process will continue and not loop at all
Search Tags
repeat over a number-list value