Row Collection Looping Block

You need a row collection looping block to iterate over all related records of a related object that has a one to many relationship with either the current business object or another related object.

The row collection looping block is usually used along with the rowset variable type. The entire block structure enables you to modify only the name of instance of each row of the related rowset and the name of the rowset, if you have more than one rowset defined.

Execution inside the row collection goes on until the last record of the row collection. You can exit the loop once you find the row you’re looking for or skip to the next row when the current row isn’t the one you’re looking for.