# September 2026

> September 2026 release notes for Integration Service in Automation Cloud Public Sector.

## September 10, 2026

### 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](../user-guide/uipath-coupa-coupa-events.md).

### Microsoft Azure OpenAI: enter the endpoint URL instead of the resource name

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. 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 details, see [Microsoft Azure OpenAI authentication](../user-guide/uipath-microsoft-azureopenai-authentication.md).

### 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](../user-guide/uipath-snowflake-snowflake-authentication.md).

### 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](../user-guide/uipath-uipath-jdbc-authentication.md).

### 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.

### 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.
* 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.
