Configure For Each Looping Conditions

You can use the For-Each Looping conditions on list views and list controls to perform actions for all items that meet a specified condition, such as to remove selected records from a list or execute a create method for all items when a condition is true. Use looping conditions with other If conditions or on their own.
Example 1: Rule with a For each item in a List View condition and the Selected item state to remove multiple selected rows from a list.

Example 2: Rule with an advanced condition uses the if an advanced condition is true condition to create records based on the condition.