I have a relatively extensive automation process, part of this process needs to be repeated as many times as necessary.
This part of the process that needs to be repeated I programmed as follows:
Using the Read Cell Activity I get two conditions: Value greater than Zero or Value equal to Zero.
Using Activity IF I determine that: if the result is greater than Zero a record must be performed. Or it ends the process.
Therefore, I need this step to be repeated whenever the Read Cell Activity result is greater than Zero and if not, the step is completed.
I researched and obtained the use of the For Each Activity, however, being necessary to determine, through the Counter, the amount of time to be repeated.
How could I do this repetition at an indefinite quantity?
And end the sequence by moving to the next?
Thanks!