Using Bot editor
- Updated: 2024/09/19
Using Bot editor
As a Bot Creator, you can build bots on the workbench and perform various bot operations. The Bot editor provides an easy to use feature-rich experience.
Default view in the Bot editor
- If you open the bot for the first time, Flow view is shown as the default view. However, you need to change the view by selecting it based on your preference so that you can see the same view upon your subsequent login.
- For all subsequent visits to the Control Room, your last selected view will be set as the default view.
Ignore pop-ups during automation execution
You can choose to ignore unexpected pop-ups as part of automation resiliency settings. This enables the bot to complete the task without any runtime issues.
Managing unexpected pop-ups | Create your first bot | Edit a bot
Line markers for collapsible sections of code
Error messages with descriptive information
- Line number of the parent bot which ran the child bot.
- Line number of the child bot where the error occurred.
- Error message details, such as what went wrong with that line number and the corresponding corrective action.
- One parent bot calls two child bots.
For example, you build a parent bot such as Bonus calculation. The parent bot calls the child bot Company performance, and then the child bot Company performance calls another child bot Profits2022. If the error is in the child bot Profits2022, the following error message will be displayed:
View the following video that outlines the sample error scenario
- One parent bot calls multiple child bots.
For example, you build a parent bot such as Bonus calculation. The parent bot calls the child bot Company performance, and then the child bot Company performance calls another child bot Employee performance. Then Employee performance calls . If the error is in the child bot Profits2022, the following error message will be displayed: