Skip to main content

image

The Start step


The Start step is a control step that marks the beginning of an automation. It cannot be renamed or deleted, and each automation can have only one.

On this step, you define Variables and Constants needed for the automation. Variables can help ensure that triggers provide the correct data by mapping trigger data into variables and applying validation formulas. See how to add variables here.

Constants are also set here. Unlike variables, constants hold values that do not change throughout the automation. See how to add constants here.

Properties

Configurable properties

The Start step has no configurable properties.

System properties

The Start step has the following built-in properties:

PropertyDescriptionDatatype
AutomationIdA unique identifier assigned to the automationText
AutomationNameThe name of the AutomationText
AutomationVersionThe version number of the AutomationNumber
RunIdA unique identifier assigned to the automation runText
RunNumberA unique sequential number assigned to the automation runNumber
StartedOnThe date\time the automation run startedDatetime
StartedBy.TriggerIdentifies the name of the trigger that started the automationText
StartedBy.SourceIdentifies where the automation was triggered fromList - "Teams", "Webhook", "Schedule", "Email", "Sms", "Web"
StartedBy.PersonIdentifies the person who started the automationPerson

Learn more