Well said building with resusability allow organization's to Scale quickly
@naziraltamar3 жыл бұрын
Please share how to export bots (components) to the private folder and still have the possibility to use them when building new robots in a private folder.
@Automationanywhere2 жыл бұрын
Hey Robert - to export a bot, you'd need to check it into the Public Directory and then export from there. Once exported, you could then import that bot into the Public or Private directory of your target control room (assuming Import and Public Dir Permissions)
@joek29044 жыл бұрын
what's your thoughts on having a bot that only has the task of logging into a website? is that too granular?
@Automationanywhere4 жыл бұрын
Hey Joe! There's definitely a balance between how granular and how large you want to make your bots. Think about how often a particular task is used across similar processes in determining if a small utility/login bot might find reusability across different automation opportunities. For example, your login bot could be called from 15 different bots that are running automations on one single application. Write it once, use it 15 times.