Hi,
I designed a process that contains loop in a loop.
I have a problem with iterations. I would like iterations to be numbered continuously and in ascending order.
Now the process iterates the loops like this:
And I want the algorithm to iterate like this:
Outer loop:
Inner loop:
What do I need to change in the algorithm ??