DEV Community

Cover image for How to import bots from Automation Anywhere Community Edition
Chand Mohammad S
Chand Mohammad S

Posted on • Originally published at chandmohammad.hashnode.dev

How to import bots from Automation Anywhere Community Edition

We frequently start tinkering with the Community Edition Control Room as we start our RPA journey with A360 to built awesome bots. When we finally get the enterprise control room, we end up having to recreate all of the use cases in the new control room, which is tedious job.

Follow the instructions below to transfer your bots from community to enterprise CR.

Community CR

  • Login to community CR

  • Navigate to the bot which you want to export

  • Capture content backend API call using Developer tools in any browser

content

  • Copy the content API call response

Enterprise CR

Lets switch to enterprise control room

  • Login to enterprise CR
  • Create a new bot with any command Ex: Message Box

Bot

  • Check-in the task bot

Check-in

  • Export the bot and download the zip file to your local HDD

Export the bot

Click Export

Download Zip

  • Extract the zip, go to Automation Anywhere\Bots\Dev folder and edit the file Enterprise_Bot using Notepad and delete the existing content.

Enterprise_Bot

  • Copy the previously collected response from community CR to this file and save it.
  • Rezip the main folder and then import it back to enterprise CR

import

  • Edit or view the bot, you will see the community bot details over here.

Enterprise Bot

Conclusion

Hopefully you found it interesting to learn how to import bots from CE to Enterprise CR. Feel free to share your experience and the number of bots you have migrated from CE to Enterprise CR.

Top comments (1)

Collapse
 
sudhu profile image
sudhu

Hi I am unable find the content property in developer tools , can someone guide me please