Foreach
Last updated
Was this helpful?
Last updated
Was this helpful?
The Foreach action node loops over objects in a and runs a block of action nodes for each object.
This action node is used to run a block of other action nodes repeatedly. The block will be run once for each object in the data source according to the object selection. On each iteration, the current object becomes the .
Your app has a data source containing all projects. You'd like to iterate over active projects to calculate resource utilization.
Use Foreach to loop over a filtered selection of projects with a filter Project.State EQUALS Active
to only iterate over active projects.
Data Source
Selection
Define the objects to update.
All objects
Filtered selection
Filter
Execution Mode
Sequential: The default. All action nodes inside the Foreach loop will be executed in sequence. Paralell: Execute all action nodes inside the Foreach loop in paralell.
Select a multi-cardinality data source containing the objects to iterate over. You may also select a multi-reference property (an ), and iterate over the referenced objects.
Available when Selection is Filtered selection. Define the to apply to the data source.