For
For
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Start | The value of the counter at the beginning of the loop. | NUMBER | true | |
End | The value of the counter at which the loop ends. | NUMBER | true | |
Increment | How much we add to the counter every step of the loop | NUMBER | true | |
Action | The action to execute | ACTION | true | |
Action parameters | null | ACTION_PARAMS | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Action outputs | null | ACTION_OUTPUTS |