Takes as input a list or set supplied by another Workflow Action and runs its child Actions once for each item in the list.
Returns biskit, which holds information about the Biskit pulled from the list and index which is the position in the list of the Biskit for use with subsequent Actions.
Properties Available for Child Actions To Use
The following properties are available for use in any child or descendant action:
Properties |
Notes |
---|---|
biskit |
The biskit pulled from the list. This will be Null if a non-biskit list is involved. |
index |
Where in the list the data is. |
value |
The data pulled from the list. This will also hold the biskit information if its a list of biskits. |