Hello,
It is a good suggestion to have a 'Set Next' kind of statement. However,
Using 'If-Else-Endif' command, you can perform actions based on some condition and can skip the commands that does not fulfil the condition.
Using 'Loop' command, you can repeat the set of commands as per your requirement.
You can find these commands under ‘Conditions/Loops’ command category.
Automation Anywhere 5.0 also supports 'Continue Loop' command. You can use this option to continue with the next iteration in the loop if a particular condition, specified in the task, is fulfilled. As soon as Automation Anywhere encounters a Continue Loop command, it will skip the commands after the same upto the End Loop and go for the next iteration of the loop.
Hope that helps.
|