Workflow Steps
This section covers a basic overview of the Workflow Steps page section.
Table of Contents |
---|
For more in-depth information, see Workflow Options, Initiator Conditions and Iteration, and Executing Workflows and Export.
Steps Overview
Each Workflow is comprised of one or more steps, with each step representing a single connector/endpoint combination.
These steps appear under the "Workflow Steps" portion of the Workflow page. To add steps, at least one connector needs to have already been applied to the Workflow (see Connectors).
This section covers a basic overview of the Workflow Steps page section.
Table of Contents |
---|
For more in-depth information, see Workflow Options, Initiator Conditions and Iteration, and Executing WorkflowsWhen the first step is added to a workflow, the final step - "Output" will automatically be created.
Add a Step
At the top of the "Workflow steps" section is the area to add a new step to the current workflow. First, select the desired connector.
...
The output section is required cannot be removed or relocated.
Info |
---|
Step Colors
|
Anatomy of a Step - Overview of Workflow Options
...
If the step you are referencing returns an array of items, you can specify which item in the array you reference by way of the syntax ‘index.property’. For example, if an API call returns an array of 3 objects, and you want to reference the id of the last one, you would put ‘2‘2.id’ id’ in the ‘property’ field.
If the parameter name or array index provided does not exist in the corresponding return object, null will be used.
...