Skip to main content

Using a connection

Using a connection in an Automation Step

  1. Click on the connections dropdown menu of the Step. Created and shared connections are presented with the name of their original workspace.
  2. Select a connection. 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.

Connections

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. Click DynamicVariableIcon in the connections dropdown menu. The variable picker opens.
  2. 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.

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 ThreeDots.
  2. Copy ID. Use the connection ID in your Steps and not the name of the connection.

Example: Passing a connection with input parameters

  1. Create an input parameter in your Automation.
  2. In the Connections dropdown menu, click DynamicVariableIcon. The variable picker opens.

DynamicConnection

  1. Select the input parameter from the variable picker.

DynamicConnection2

  1. Run the Automation and pass the connection ID as a value through the input parameter.