Loop within Loop (variable)

Hi everyone,

I struggle with creating a Loop within a Loop. I already found the article with the URL below. But sadly the solution of a second Variable Loop End doesn’t lead to a different solution. Only the first iteration of the first loop is executed.
My goal in this loop is to execute for the first loop variables always the steps of the second loop within.
I provide a simplified picture of the loop because the original one may contain company information.

Help would be much appreciated. Thanks a lot!

Hi,

I have used up to four nested loops, with the innermost a recursive one to boot.

It’s a struggle to get them right, but use the Select scope option on the context menu to see if the nesting is correct, and use single stepping to debug. The biggest problem was using variables, especially currentIteration.

Can’t give better help without actually having the real workflow.

Cheers,
Sam

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.