Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in RPA by (12.7k points)
I encountered this scenario that I just need to jump to another line of code in my program using AA. Unfortunately AA does not have goto statement in command section. Is there a solution on how to use goto statement in AA?

1 Answer

+1 vote
by (29.5k points)
edited by

No automation anywhere doesn't have ‘go-to’ option in command line but you can have a workaround it by creating tasks and using run task command. I’ll elaborate for example you have an if the condition, 

if this 

{then do this}

 else 

{do that}

Are you interested in learning RPA from the basics! Here's the right video for you on RPA provided by Intellipaat:

 similarly, when you check the criteria you can put

if this is true

      run task one 

else run 

   task two.

Browse Categories

...