For Dashboard Designers Reference Iterate
Wednesday, August 15, 2018 2:02 PMIO
Labels: :IA_Function:IA_Iterate
Inherits from: Function
Iterates over an array or object input. For each key-value pair in input data it triggers an iteration event with that pair.
Parameters
| Key | Description | Default value | Possible values |
|---|---|---|---|
data |
Collection of values to iterate over | object or array |
Outgoing triggers
An Iterate triggers following event:
Type: iteration
Occurrence: Triggered when the function executes for each key-value pair in input data.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values |
|---|---|---|
data |
Item data | any |
key |
Item key | string |