Skip to main content

image

The Start step


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

On this step, you define Variables and Constants needed for the formlet. 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 formlet. 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:

Property                    DescriptionDatatype
AutomationIdA unique identifier assigned to the formletText
AutomationNameThe name of the formletText
AutomationVersionThe version number of the formletNumber
RunIdA unique identifier assigned to the formlet runText
RunNumberA unique sequential number assigned to the formlet runNumber
StartedOnThe date\time the formlet run startedDatetime
StartedBy.TriggerIdentifies the name of the trigger that started the formletText
StartedBy.SourceIdentifies where the formlet was triggered fromList - "Teams", "Webhook", "Schedule", "Email", "Sms", "Web"
StartedBy.PersonIdentifies the person who started the formletPerson
tip

System properties are managed by GoForms and can be used in formulas to help you build your formlets more efficiently.


Variables

Variables often hold calculation results during the formlet or information copied from steps as the formlet runs.


image

To learn how to add Variables, click here.


Constants

Constants hold information that remains unchanged throughout the formlet.


image

To learn how to add Constants, click here.