List Operations
WFBs that are used to operate on lists.
| Name | Description | Parameters | Result |
|---|---|---|---|
| For Loop | Running a loop depending on the number of items or the current parameter | N/A | |
| Get List Item | Use to work with a list item (First entry, last entry, or specified index) | N/A | |
| Get List Length | List length is written to the current parameter | N/A | Returns as a current parameter |