Skip to main content

Iterate-2.0.0

Iterate over an Array
key: FCEach

Inputs

1. Array (key: control)

Array in which iterations will be performed
Required: true
Data Type: array any

2. Key (key: target)

Name of the variable under which the current iteration value will be available
Required: true
Data Type: string

Next Stages

1. Iteration (key: STEP)

Stage to be executed in each iteration

2. Iterations finished (key: DONE)

Stage to execute when all iterations have finished

Outputs

1. Context Names (key: contextNames)

Required: no
Data Type: array string