Knowledge Hub
Loop
The Element Loop
loops an input for the specified number of times.
Inputs
input
Parameters
loops
Number of times the asset is looped.
Type: String
Default: 1
JSON Example
{
"id": "someid",
"type": "Loop",
"inputs": {
"input": "otherid"
},
"params": {
"loops": "1"
},
}