Supporting multiple connections

  • Release version: Zurich
  • Updated July 31, 2025
  • 6 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Supporting multiple connections

    This feature in ServiceNow Zurich release enables you to support and manage multiple connections to a single integration provider within your flows, subflows, and actions. It allows for selecting and overriding connections directly from Workflow Studio, facilitating working with multiple environments or accounts for the same provider without modifying the flow logic.

    Show full answer Show less

    Key Features

    • Multiple Connections per Provider: Establish several connections to different instances of the same integration provider (e.g., multiple Jira environments) and select which to use in a flow.
    • Connection and Credential Aliases: Use aliases to abstract connection and credential details, simplifying management across environments. Child aliases allow multiple connections within the same integration.
    • Flow-Level Connection Selection: Override preset connections at the flow or subflow level through the Configure Connections window accessible from the flow’s More Actions menu. This change applies to all actions/subflows using the alias.
    • Action-Level Connection Selection: Configure or override connections for individual integration actions, useful when interacting with multiple configurations of the same provider within a flow.
    • Dynamic Inputs Handling: Connection overrides at the flow or action level apply to actions with dynamic inputs, ensuring consistent connection usage during runtime.
    • Multiple Overrides Rules: Action-level overrides take precedence, followed by subflow-level, then flow-level overrides for connections.
    • Manage Connections Interface: Easily view, add, edit, or test connections and aliases within the Configure Connections window and through icons in action properties.
    • System Property Control: Visibility of the Configure Connections option can be controlled via the snflowdesigner.connectionsoverrideenabled system property.

    Practical Considerations for Flow Promotion

    When flows are promoted to production, alias information transfers but the actual connection details do not. Connections must be reconfigured in the target environment without modifying the flow, thanks to the alias abstraction. Connections with configuration templates are managed through the Connections dashboard, while others are configured via the platform UI.

    Benefits for ServiceNow Customers

    • Flexibility to work across multiple environments or accounts for the same integration provider.
    • Streamlined management of connections and credentials using aliases reduces configuration complexity.
    • Ability to override connections at flow, subflow, or action levels enables precise control over integrations.
    • Improved deployment process since connections must only be reconfigured post-promotion without flow changes.
    • Enhanced visibility into which connections were used during flow execution through execution details.

    Support several connections to a single integration provider. Select connections for flows, subflows, and actions directly from a flow.

    Benefits

    Multiple connections support offers these benefits.
    • Have more than one connection to the same integration provider. For example, you can establish connections to several different Jira environments.
    • Select which connection you want to use in a flow. Override preset connections for flows, subflows, and actions directly through Workflow Studio.
    • When a flow is promoted to production, reestablish a connection to each account without needing to modify the flow.

    To learn more about connections, see Connections and Credentials.

    Connection and credential aliases

    Integration Hub uses aliases to manage connection information and credentials when integrating with external systems. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. Integration Hub only requires an alias, which then resolves to use the correct credentials and connection information during runtime.

    With connection and credential aliases, you can also create additional aliases or connections called child aliases. Child aliases enable you to create multiple connections within the same application integration. For more information, see Create a Connection and Credential alias.

    Flow-level connection selection

    You can choose a connection for a flow or subflow directly from the flow's main page. When you select a new connection, it overrides any preconfigured connection for that flow. To choose a connection, select the More Actions menu icon (More Actions icon), and select the Configure connections option. This option opens the Configure Connections window, where you can select the connections for your flow. The Configure Connections window displays:
    • All the aliases used in the flow.
    • The icon and name for each alias.
    • A list of the configured connections for each alias. The default connection is listed first. Other connections are listed alphabetically.
    • An information icon for each alias. Selecting the icon opens the Connection & Credential Aliases record for the default connection shown in the list.
    • A Manage Connections option that opens the connections dashboard.
    • Options to Cancel connection selection or Update your connection choice.

    Each alias has one entry in the Configure Connections window, regardless of how many actions or subflows may use that alias. When you select a connection at the flow level, the new connection applies to all the actions and subflows using that alias. For example, if a flow has several actions that use a Slack service, changing the connection for the Slack service changes the connection for all the Slack service actions within the flow.

    You can see which parts of a flow a connection change affects by matching the alias icons in the flow to the ones in the Configure Connections window. An action that impacts a Slack service has a Slack icon next to the action in the flow. The Slack icon also appears next to the alias name in the Configure Connections window.

    The Configure Connections window is automatically updated whenever you add or delete a flow component that has connections. When you add an action or subflow to a flow, the Configure Connections window displays the connections for the action or subflow that you just added. If you remove an action or subflow, the connection information is removed from the Configure Connections window.

    You can choose whether to display the Configure connections option with the sn_flow_designer.connections_override_enabled system property. Setting the property to true displays the Configure connections option, while setting it to false hides it. If you delete the system property or it doesn't exist, the Configure connections option is displayed by default.

    View which connection your flow ran with by examining the Step Configuration section of the flow's execution details. The connection alias listed in the CONFIGURATION column is the alias that the flow was originally designed to run with. The alias listed in the RUNTIME VALUE column is the one that the flow actually ran with.

    Figure 1. Execution details page
    Execution details page that displays the connection alias for the flow's default configuration and the flow's runtime value.

    Action-level connection selection

    You can select connections for individual integration actions within a flow. This functionality is useful if a flow must interact with multiple configurations of the same provider. For example, downloading a file from one configuration of a file storage provider then uploading the file to a different configuration of the same file storage provider.

    Integration actions have one or more connection fields in the Action Properties section where you can edit or configure a connection. If the connection alias is using a configuration template with a test action, you can also test the connection from here. For details, see Create a test action to test a connection alias from a configuration template.

    In the following example, the Create Remote Incident action has a connection field called ServiceNow Connection. The default connection hasn’t been configured yet, so a Connection not configured message appears below the connection field. This message appears whenever the connection for the selected alias is not configured

    Figure 2. Example of a connection field in an integration action
    Integration action showing the connection field in the Action Properties section.
    Use the gear icon (gear icon) to create or configure an alias.

    Use the plus icon (plus icon) to add a new child connection alias.

    The pencil icon (pencil icon, not shown in the image) opens the Edit Connection window where you can edit the selected connection. If the connection is using a configuration template with a test action, you can test the connection by using the Save and Test button.

    Dynamic inputs

    You can select connections for flows and subflows containing actions with dynamic inputs. When a connection override is specified at the flow level, the dynamic action uses the flow-level override. For example, in a flow with a data-gathering action, the action uses the flow's override connection for the data-gathering step rather than the action's default connection. If an override is specified at the action level, the dynamic action uses the action-level override.

    Multiple overrides within a flow

    When there is more than one override in a flow, they're applied according to the following rules:
    • Action-level overrides always apply.
    • Subflow-level overrides always apply to the subflow. The override also applies to actions within the subflow that don't have their own overrides configured.
    • Flow-level overrides apply to subflows and actions that don't have their own overrides configured.

    Flow promotion

    When you move a flow to a production instance, the alias information is transferred with it, but the underlying connection information is not. An alias functions as a type of container for connections. The container moves with the flow, but the specific connection information doesn't. Any connections associated with the alias become unconfigured and must be reconfigured before you can use them in the new environment.

    You can configure connections without having to modify the flow because you already have the base alias set up. To configure a connection: