- Release notes
- Getting started
- For administrators
- Designing automations
- Creating an automation from an idea
- Creating a project
- How to start an automation
- Managing project files and folders
- Connecting automations to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- Running and testing your projects
- Managing automations
- Web app projects - Preview
- Studio Web API
How to start an automation
A key step in designing an automation is deciding what will trigger the workflow. Each project contains one trigger which is the first activity in the main workflow. You select how an automation will start when you create a new project. When you create a project from a template, the template already contains the trigger.
Automations can be triggered in one of the following ways:
- Manually - The automation runs when you manually start it. When you select the option Manual automation, a Manual Trigger activity is added to the workflow. This is the default trigger for automations.
- On a schedule - The automation runs at specified times according to a specified schedule. When you select the option Scheduled automation, a Time Trigger activity is added to the workflow. Use this type of trigger for automations that should run on a fixed schedule, for example when you need to upload a report weekly to an online file share. You configure the schedule from the activity.
- By an event - The automation runs when a specified event occurs in an application, for example when an item such as a file or record is created or updated, or when an email is received. Choose the application and then the event that triggers the automation, and the corresponding trigger activity is added to the workflow.
After the project is created, configure the trigger activity from the project designer so that the automation starts exactly when you want it to. For example, if you're using a time trigger, configure its schedule, if you're using an event trigger such as when an email is received, configure a filter to ensure the automation is triggered only by the right emails.
After you publish the project, you can manage the trigger from Orchestrator.
When you test a project that uses a manual or time-based trigger, the project starts as soon as you initiate the run.
When an event trigger is used, the robot tries to find a recent item that matches the configuration of the trigger. You can test your event trigger before running a project using the option available in the trigger activity. This checks whether there are any items that match the current setup of the trigger.
- Expand the search to increase the time interval by selecting a time option from the drop-down menu. You can then test your trigger again using the new interval.
- Select a suggested non-matching item from the drop-down menu.
- To test an Email received trigger in Gmail with a specific filter set up, send yourself an email that matches the filter.
- To test a File created trigger in Microsoft OneDrive with a specific filter set up, create a file that matches the filter.