UiPath Documentation
integration-service
latest
false
Integration Service release notes
  • Automation Cloud and Test Cloud
  • Automation Cloud Public Sector and Test Cloud Public Sector
  • Automation Cloud Dedicated and Test Cloud Dedicated

September 2026

September 2026 release notes for Integration Service in Automation Cloud.

September 18, 2026​

Integration Service is now included at no additional cost​

Added September 21, 2026: This change was released on September 18, 2026 but was not included in the release notes at the time.

Integration Service usage is no longer metered or billed. Connector activities, HTTP requests, and triggers are included under both the Unified Pricing and Flex licensing plans, in API workflows, Agents, Maestro Orchestrate, Maestro Automate, and RPA workflows.

The Integration Activity is no longer used as a consumption unit. Executing an activity no longer draws down Platform Units or API calls, and there is no allocation to exceed.

You can still review your Integration Service usage under Admin > Your Organization > Licenses > Consumables. These figures are informational only.

API workflow pricing transitions to a per workflow execution charge instead of charging for Integration Activities. For details, refer to API workflows licensing.

For more information, see Integration Service licensing overview.

September 16, 2026​

Epic FHIR connector (Preview)​

The Epic FHIR connector is now available in preview. It reads clinical, administrative, and financial data from your organization's own Epic instance through Epic's Fast Healthcare Interoperability Resources (FHIR) R4 APIs, so your automations can work with that data in UiPath.

For more information, see About the Epic FHIR connector.

September 10, 2026​

External applications: call the Integration Service API with OAuth 2.0​

Added September 17, 2026: This feature was released on September 10, 2026 but was not included in the release notes at the time.

You can now call the Integration Service API from a registered external application, so a service or script can authenticate on its own instead of relying on a signed-in user session. Register the application in Automation Cloud under Admin > External Applications, add Integration Service as a resource, grant it the scopes it needs, then request an access token using OAuth 2.0 and send it as a bearer token on your requests.

Access is confined to the scopes you grant. An external application, or a user acting through one, cannot exceed those permissions. Existing API access using user tokens is unchanged.

For details, see API access.

September 9, 2026​

Connector Builder: run JavaScript before and after every request with Global Scripts​

Connector Builder adds a Global Scripts tab, where you can write JavaScript that runs for every API request your custom connector makes. Use a pre-request script to modify outgoing requests — injecting headers, building the vendor URL from configuration values, or stopping a request without calling the provider — and a post-request script to transform responses before they reach your workflow.

Scripts run in a sandboxed JavaScript environment with no network access and no package imports.

For details, see Global Scripts.

Coupa: new trigger for comments added to a requisition​

The Coupa connector adds a Requisition Comment Added event. Configure it against a specific requisition to start a workflow whenever a new comment is posted on it. The event fires for newly created comments only, including the comments Coupa creates automatically for lifecycle changes such as approvals and rejections.

For details, see Coupa events.

Microsoft Azure OpenAI: simpler setup for Private (Relay) connections​

The connection form now has a Url field in place of Azure OpenAI Resource, for both the OAuth 2.0 Client credentials and API key authentication types. Configuring a connection is more straightforward as a result, particularly for Private (Relay) connections.

  • For a Standard connection, enter the full base URL of your endpoint, including https:// — for example, https://your-resource-name.openai.azure.com. Previously you supplied only the resource name.
  • For a Private (Relay) connection, leave Url empty. The connector builds the request URL from the Relay configuration instead.

Bug fixes​

  • Fixed an issue where custom fields were not available under Data Filters for the Jira Issue Updated event (they remained available for Issue Created). Custom fields are now discovered for Issue Updated as well.

September 8, 2026​

Snowflake: Microsoft Entra ID authentication​

The Snowflake connector now supports OAuth 2.0 Client Credentials with Microsoft Entra ID authentication, which authenticates through a Microsoft Entra ID application using Snowflake External OAuth. Use it if your organization does not permit direct connections to Snowflake and requires all access to go through an Entra ID application. Existing connections are unaffected and require no changes.

For details, see Snowflake authentication.

September 7, 2026​

Database Hub: connect to Databricks Lakebase​

The Database Hub connector adds a Database Sub Type selection for Databricks, letting you choose between Databricks Warehouse and Databricks Lakebase. Databricks Warehouse covers the existing SQL warehouse connections and is unchanged. Databricks Lakebase connects to a Lakebase PostgreSQL endpoint and authenticates with OAuth machine-to-machine (client credentials), so you can use Lakebase as an external source in Data Fabric.

For details, see Database Hub authentication.

Salesforce: Get Report activity renamed to Get Report Metadata​

The Salesforce Get Report activity is now named Get Report Metadata, which better reflects what it returns. The activity's behavior and its inputs and outputs are unchanged.

Connector search now matches tags and descriptions​

Searching for a connector now matches its tags and description in addition to its name, so searching SQL returns Database Hub. This applies to the connector catalog, the connector picker when you add a connection, and the connector dropdown in the trigger form.

Bug fixes​

  • Fixed an issue where deleting a connection also removed active event triggers belonging to other connections. Orchestrator triggers were deleted by a shared Orchestrator trigger key rather than by connection ID.
  • Fixed an issue where uninstalling a solution failed with The connection linked is not found/deleted (CNS1077) when a connection the deployment referenced had been deleted. Connection validation no longer runs at uninstall, where the connection's existence is not relevant.
  • Fixed an issue where UiPath Data Fabric entity metadata disappeared from all Data Fabric activities in Studio Web after a flow was reconfigured and uploaded, leaving the Entity field empty and marking downstream activities invalid.
  • Fixed an issue where a workflow that invoked a Power Automate cloud flow using the asynchronous response pattern stayed in the Running state after the flow had already completed. The connector did not detect the Location response header when Power Automate returned it in lowercase, so the completion signal never reached the workflow. The connector also no longer emits empty trigger events.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated