Flow controls
Loop
Loops sequentially over list of items.
Type: loop/v1
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| items | List of items | ARRAY Items[] | List of items to iterate over. | false |
| loopForever | Loop Forever | BOOLEAN Optionstrue, true | Should loop iterate until condition set by 'Loop Break' statement is met. | false |
How is this guide?
Last updated on