Thursday 21 March 2019

How to debug the Sub bot in Automation Anywhere by writing just two line of code

Have you ever try to debug the sub bot in #Automation Anywhere. it was quite complicated but not now,

Here i have one cool trick to do it,
Let say we have two bots Bot A (master bot) Bot B (sub bot), now if you want to debug the sub bot then you need to put "Stop action" in Bot A just before the line where you are calling Bot B and then in Bot B, very first line of Bot B just call the master bot i.e. Bot A and do the quick map. You are now ready to debug the sub bot, just try this trick.