ForEach Iterator Activity¶
Iterates through values of given column in a view and invokes sub-activities while making each value available to the sub-activities.
Parameters¶
Name |
Description |
Type |
Default |
---|---|---|---|
Title |
Title of the activity to display on the designer. |
text |
|
View |
Name of view to pull the values from. |
text |
|
Column Name |
Name of column to pull the values from. |
text |
|
Distinct |
Get distinct values from the above column |
boolean |
|
Current As |
Name of the current value so that it can be accessed by sub-activities with that name. |
text |