This activity is used to loop through a collection inside an entity. Use the search criteria to filter the entities in the collection.
Target parameters (in) and Activity options
Dynamic Criteria |
The search criteria. Examples: [IsActive] = True [Quantity] > 10 |
Entity |
The entity object that contains the collection. |
PropertyPath |
The collection from the entity that you want to search within. |
Static Criteria |
Not used, will be removed. |
Sort Order |
You can define in which order the entities will be looped through. |
Source parameters (out)
CurrentEntity |
Contains the current entity in the loop. Normally used in the foreach branch. |
Drop targets
- Foreach, this branch will be taken for each entity found in the loop.
- Completed, this branch is taken when the loop is finished.
Comments
0 comments
Please sign in to leave a comment.