RPA flows are like processes or workflows that you can create to automate tasks. An RPA flow is made of a trigger and one or more actions. The trigger initiates the flow, and the actions are the tasks that are executed by the flow. For example, you could create a flow that runs everyday to collect data from your inventory application, create an Excel spreadsheet, and email the spreadsheet to you.
Logic: Logic allows you to control the flow of your workflow and add your own business logic.
Learn more - Flow Control: Control your flow with variables, delays, or decision branches.
- Notifications: Send out email notifications from your flows to notify users of important events.
- Custom functions: Add your own business logic to your workflows using custom functions. This allows you to perform complex calculations, manipulate data, and interact with external systems. Learn more
Add actions to an error branch
When an action in your flow encounters an error and fails, you can configure a specific branch of actions to be executed. This provides greater control over your flow's behaviour in the event of failures.
In the Flow Builder, drag and drop the desired action onto the "On Error" branch of the required action. You can continue adding actions to the error branch as needed, similar to how you would add actions to a regular flow branch.
Use cases for error Branches:
Instant notifications: Alert your team immediately when a critical action fails.
Record creation: Create a new record to document the error and its context.
Retry with different data: Configure the failed action to retry with alternative data.
Builder tools are useful utilities that can help you build your workflows. They can be found in the top-right corner of your builder screen.
Learn moreSwitch on/off your flows: This allows you to switch your workflows on or off.
Auto Arrange: This automatically arranges and aligns your flow steps to follow the alignment of the trigger app.
Undo: This allows you to undo the last action you performed.
Redo: This allows you to redo the last action you undone.
Test and Debug: This allows you to test your workflow before switching on your flow.
RPA recorder: This allows you to record your steps and automatically convert them into workflow steps. RPA recorder is available for Windows and Web Automation
Learn more on RPA recorder
Change Agent: This option lets you change the agent from the builder. You can switch an agent if required from here and the flow will execute on the selected agent.