Using Bot editor
- Updated: 2025/09/26
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.
Breadcrumbs
Breadcrumbs provides a smooth navigation experience for building automations. You can easily view your navigation path and quickly access different automations by clicking on their names. Additionally, when you navigate between automations using breadcrumbs, the status of each file such as New, Checked Out, Public, or Cloned is displayed next to the current file name.
Quick add
When creating new automations or editing existing ones, you can use the Quick Add option. In the Quick add after action window, you can search for any action by typing keywords. The results will update dynamically as you type, allowing you to quickly find the action you need. This feature enables you to seamlessly add actions directly within the editor, making it easier and faster to build automation workflows. Depending on your preference for building automations, you can use Quick add in both List and Flow views.
Flow view
List 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.
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: