Editing and Publishing a Bot

After you record a process, the bot's actions will be automatically listed in the bot designer. We recommend that you edit and test the bot before putting it into production. Editing the bot also allows you to handle edge cases and steps that need to be repeated multiple times.

Example: Susan recorded her process of copying events from websites into Outlook appointments, but she wants the bot to handle cases where an event is high priority for her team. She makes a second recording of how to handle a high priority event, and adds an If condition to the editor. She configures the condition so that if an event description includes the word "Mandatory," then a high priority appointment will be created for the event.

Accessing your bot

  1. Use the app picker to navigate to Process Automation.
  2. Click Bots.
  3. On the Manage page, double-click your bot to open it.

Editing your bot

In the bot designer, you can add, delete, and edit the steps you want your bot to take. You can also add actions from the Toolbox and provide input and output parameters.

Recorded actions

Editing recorded actions

Toolbox activities

To add an activity

Activities

Configuring input and output parameters

You can specify input and output parameters for the bot by clicking the Input/Output parameters button Parameters button from the toolbar.

Workflow can provide input parameter values to bots and accept output parameters from bots.

When testing your bot using the play button in the designer, a dialog box will open and prompt you to enter sample parameter values. Output parameters will appear in the Action History after the bot runs.

Learn more about using bots with Workflow.

Publishing, running, and saving your bot

Starting events for your bot

Click the starting event tab Click this tab to see starting events on the left to see the starting events associated with your bot.

You can create new starting events here, edit existing starting events, or delete starting events.

Learn more about starting events.