Skip to main content

Using a Connection

Using a Connection in a Workflow's Step

  1. In the workflow step that requires a connection, click on the "Connections Required" dropdown menu. You will see a list of previously created and shared connections, displayed by their names.
Thumbnail
  1. If the connection was shared with you, hovering over the name of the connection displays a tooltip stating that the connection was shared from another workspace.
Thumbnail

Using Dynamic Connections

A dynamic connection is a connection that is defined by a variable instead of a constant name. Steps can be configured to use dynamic connections that will be set during runtime. Dynamic connection are defined by a dynamic variable from the variable picker as follows:

  1. In the workflow step that requires a connection, click on the "Connections Required" dropdown menu. The variable picker will open.
Thumbnail
  1. Select a dynamic variable. The dynamic connection can use any dynamic variable, but in most cases an input parameter will be used. The type of connection needs to be the same as the Action, otherwise the Step will not run successfully.
Thumbnail

Example: Passing a Connection with Input Parameters

  1. Create an input parameter in your Workflow.
Thumbnail
  1. In the workflow step that requires a connection, click on the "Connections Required" dropdown menu. The Variable Picker will open.
Thumbnail
  1. Select the input parameter(the dynamic input) you created in step 1, using the the Variable Picker.
Thumbnail
  1. Run the Workflow and pass the connection ID as a value through the input parameter.

Obtaining a Connection ID

Dynamic connections needs to receive the ID of the connection to use during runtime.

Obtain the ID as follows:

  1. On the Connections page, click Thumbnail.

  2. Copy ID. Use the connection ID in your Steps and not the name of the connection.