Connector Versioning and Usage
Connector versioning allows you to manage different iterations of a connector, ensuring compatibility and flexibility when updating or modifying its functionality. This guide explains how to create a new connector version and how to use specific versions in flows.
Creating a New Connector Version
To add a new version of a connector, follow these steps:
Open the Connector Details page by clicking the connector name or selecting "View Details" from the ellipsis (⋮) menu.
Navigate to the Versions tab.
Click the "New Version" button.
On the Add Version card, upload the package of connector files in a compressed ZIP format.
Select the version type from the dropdown:
New Major Version – Creates a new 1.0 version if none exists. If a major version already exists, selecting this option will increment it (e.g., 2.0, 3.0).
New Minor Version – If a major version exists, selecting this option will create a minor version (e.g., 1.1, 1.2 under 1.0).
Click Save to register the new version.

Using a Specific Connector Version in a Flow
When adding a connector to a flow, you can choose which version to use:
Open the flow where you want to use the connector.
In the Connectors Library, locate and select the desired connector.
Drag the connector onto the flow canvas and open its Configuration Panel.
Navigate to the Versions tab, where all available versions of the connector are listed.
Click the ellipsis (⋮) next to the version you want to use and select "Use Version."
The selected version will now have an "Active" tag, indicating it is the version currently in use.

NOTE
By managing connector versions, you can ensure consistency across flows while having the flexibility to upgrade or roll back to previous versions as needed.
Last updated