cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - execution rule behaviour in Loop Over Collection subaction

former_member231132
Participant
0 Kudos

Can someone please tell me if an Execution Rule specified in a subaction of type 'Loop Over Collection' gets reevaluated at the beginning of each iteration of the loop?  Or is the 'to be searched collection' filtered by the execution rule prior to the iterations?

Thank you

Tim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When looping over a collection the execution rule is fired for each object in the collection.  If the rule returns true, then the action is fired with the object the current object.

former_member231132
Participant
0 Kudos

So the rule is reevaluated before each iteration of the loop.  Thanks very much

Answers (0)