UiPath Documentation
data-service
latest
false
Data Fabric release notes
  • Automation Cloud and Test Cloud
    • 2026
      • September 2026
      • June 2026
      • May 2026
      • April 2026
      • March 2026
      • February 2026
  • Automation Cloud Public Sector and Test Cloud Public Sector
  • Automation Cloud Dedicated and Test Cloud Dedicated
important :
Data Service is currently transitioning to Data Fabric, a process during which you may see both names used for different delivery options.

September 2026

September 2026 release notes for Data Fabric in Automation Cloud.

September 22, 2026

Data Fabric is now generally available

Data Fabric, introduced in preview in June 2025 as the evolution of Data Service, is now generally available in Automation Cloud. The Preview label is removed.

Everything available in preview continues to work. This release makes entity types explicit, lets a Federated entity reference a native Data Fabric entity as a source, and adds predictable limits and clearer errors to queries that read from external systems.

Note:

External system connectivity is available in Automation Cloud only. For availability across delivery options, refer to Data Fabric / Data Service feature availability.

Entity types: Native and Federated

When you create an entity, you now choose its type. The type is displayed in the Type column of the Entities page, and you can filter the list by it.

  • Native: the data is stored in UiPath. A Native entity supports create, read, update, and delete operations, and holds only its own fields.
  • Federated: a read-only view that reads its data from its sources each time it is queried. A Federated entity stores nothing of its own.

A Native entity holds only its own fields. A Federated entity holds no fields of its own, so every field comes from one of its sources. The Add object panel reflects this: External source is not offered for a Native entity, and Local fields is not offered for a Federated entity.

This update results in the following impact:

  • Entities that combine locally stored fields and external fields in a single entity can no longer be created. To model the same result, keep the locally stored data in a native Data Fabric entity and reference that entity as a source of the Federated entity.
  • Existing entities that combine local and external fields continue to work without disruption. They can still be consumed in Apps, automations, Maestro, and the APIs, and their locally stored fields remain editable. Their external fields remain read-only, as before.
  • Existing entities are classified automatically. An entity with no external fields is Native, and an entity whose fields all come from external systems is Federated. No action is required, and no existing entity changes behavior.
  • Record-level role-based access control and Insights ingestion do not apply to Federated entities, and are no longer offered for them. The records of a Federated entity are held by its source systems, so there is no stored record to secure or to ingest.

For more information, refer to Entity types.

Reference a native Data Fabric entity as a source of a Federated entity

A Federated entity can now reference fields from a native Data Fabric entity, alongside the fields it references from external systems such as Salesforce, ServiceNow, and Snowflake.

This makes UiPath one of the systems a unified entity draws from. A Federated entity can present data that partly belongs to a system of record and partly belongs to UiPath, in one entity, without copying anything.

In the Add object panel of a Federated entity, a new Native source option lists the native entities available to reference. Once an entity is selected, its fields can be chosen from those the entity holds.

This release supports the following for a Native source:

  • Choice Set and File are available as destination field types, in addition to the basic types. A choice set is resolved end to end, so the Federated entity returns the choice display value rather than its identifier.
  • Search and filter settings are preserved for each field, so a referenced field remains filterable and sortable.
  • A Federated entity that references a native Data Fabric entity can be exported and installed through Automation Solutions.
Note:

The entity you reference must be at the same scope as the Federated entity. A tenant-level Federated entity can reference tenant-level entities only, and a folder-scoped Federated entity can reference entities in the same folder only. A tenant-level entity is readable across the tenant, so referencing a folder-scoped entity from it would expose folder-restricted records tenant-wide.

Predictable limits on queries over external data

A query that reads from an external system runs against a live system of record. The following limits now apply, so that one query cannot overwhelm a source system, and so that results are repeatable.

  • A filter is required on a query over an entity that has external fields. The requirement does not apply to queries where every entity involved is stored entirely in UiPath, to browsing data in the Data Fabric interface, or to a sample read of 200 records or fewer. A join condition does not count as a filter.
  • Data warehouse sources return a single page. Redshift, Snowflake, Databricks, and warehouse databases reached through Database Hub do not enforce primary keys, and page through results in an order the warehouse does not guarantee, so a second page could repeat records or skip them. A request for a second page is refused. A filter that narrows the result to fit in a single page avoids the limit.
  • Result size is limited. A query whose intermediate result exceeds the limit returns an error asking you to narrow it.

For more information, refer to Query limits for external data.

Clearer errors on queries over external data

A query over external data that fails now returns a status and a message that identify what failed and where, rather than a generic error.

  • A query that cannot be parsed or validated names the clause at fault.
  • A missing permission on the connection, or a missing scope on an external application, is reported as such.
  • A rejection by the source system is returned with the status and message of the source system, so the reason comes from the system that refused the request.
  • A query that exceeds its time limit, a source system that is unavailable, and a deleted or disconnected Integration Service connection are each reported distinctly.

Faster queries over external data

Queries that read from external systems are faster in this release. No action is required on your side.

The improvements share one principle: do more of the work in the system that holds the data, and move less data into UiPath.

  • Filters and sorting are applied by the source system wherever it supports them, so a query returns the records you asked for instead of retrieving a larger set and narrowing it afterwards.
  • A request for one page of results reads only as far into each source as that page needs, instead of retrieving the full result set first.
  • When a query draws on more than one system, those systems are read at the same time rather than one after another.

Data Fabric entities can now be used as agent context

Data Fabric entities can now be added directly as context for UiPath agents, letting an agent query and reason over live, structured business data. Both Native and Federated entities are supported.

For more information, refer to Contexts.

Folder-level entities and Solutions integration are now generally available

Folder-level entities and their integration with Automation Solutions, introduced in public preview in April 2026, are now generally available in Automation Cloud.

Everything available in the public preview continues to work. This release extends support to additional surfaces, resolves packaging gaps, and improves the experience when installing, upgrading, or uninstalling Solutions that include Data Fabric entities.

For the full lifecycle — from entity creation through debug, deployment, runtime overrides, upgrade, and uninstall — refer to Entities in Solutions.

Supported surfaces

Folder-level entities in Solutions are now supported across all workflow types:

  • RPA (Studio Web and Studio Desktop 26.10 LTS)
  • Maestro BPMN, Maestro Case, Maestro Flow (via native entity nodes)
  • API Workflows
  • Coded Apps
  • Agents (Preview)

Studio Desktop 26.10 LTS support applies to folder-level entities used in a Solutions context.

Scope selectors in Data Service activities

The scope selector in Data Service activities, which lets you choose between tenant-level and folder-level entity contexts, is now generally available. The scope determines which entities are available:

  • Tenant — Shows entities available across the entire tenant.
  • Folder — Shows entities across all Orchestrator folders where you have access.

Folder scope is not available in a local workspace on any surface.

In classic Data Service activities, the Scope property is generally available from UiPath.DataService.Activities v26.10.0, and folder scope works only inside a Solution. For more information, refer to Classic activities.

Query Multiple Entity Records is now generally available

The Query Multiple Entity Records activity, previously in Preview, is now generally available. It supports querying records across two related entities in a single request using the star schema data model.

Schema refresh in Studio Web

A Refresh button is now available next to the entity selector in Data Service activities. Selecting Refresh updates the schema of the selected entity and all of its related entities in a single action, replacing the previous workaround of reselecting the entity from the dropdown.

Folder-scoped choice sets in Solution Builder

Folder-scoped choice sets are now included when you create a Solutions package using Solution Builder in Orchestrator.

Improved Solutions validation

Solutions validation now provides clearer feedback during install, upgrade, and uninstall:

  • Install and upgrade — Validation identifies specific conflicts — such as an entity name collision with a different schema, or a choice set conflict — before deployment begins.
  • Upgrade with existing data — A merge offering lets you keep existing data while the schema is updated to match the new version.
  • Uninstall — Entities with existing data are preserved to prevent accidental data loss. Only empty entities are removed.
Schema export and import across scopes

You can now export a native entity schema from the Data Fabric UI and import it into any folder where you have access. This lets you clone a tenant-level entity design to a folder-level entity without recreating it manually. For details, refer to Schema export and import.

Data Fabric UI improvements
  • Entity filtering — You can now filter the entity list by folder and by entity type, making it easier to find specific entities in tenants with large entity catalogs.
  • Choice set NumberId visibility — Choice set values now display their NumberId in the Data Fabric UI, so you can verify you are selecting the correct values in workflows and identify errors caused by mismatches.
  • OpenAPI spec — The downloadable OpenAPI specification now includes folder-scoped entities, in addition to tenant-scoped entities.
Previously resolved limitations

The following limitations from the April preview have been resolved in this release:

  • Studio Desktop is now supported for folder-level entities in a Solutions context (Studio Desktop 26.10 LTS).
  • Folder-scoped choice sets are now included in Solution Builder packaging.
  • Schema refresh no longer requires reselecting the entity from the dropdown.
  • Maestro, API Workflows, and Agents now support folder-scoped entities via scope selectors.
  • Federated entities and entities with external source fields are now supported in Solutions packaging.

For current limitations, refer to Known limitations.

September 15, 2026

Model Data Fabric entities inline in VS Code (Preview)

You can now create and edit Data Fabric entities directly inside a UiPath solution in VS Code, as a new Data Fabric Entity project type alongside a Maestro Flow project. You can add fields and set their types in a table-based schema editor, without leaving VS Code or configuring an Integration Service connection. For Flow GA, this covers native (folder) entities only.

Four new built-in Maestro Flow nodes — Query entity records, Create entity record, Update entity record, and Delete entity record — let you consume these entities from a flow without an Integration Service connection.

This capability is in Preview and available only in VS Code. Studio Web can open a solution containing an entity project but can't edit the entity, and entities created this way don't appear in the entity picker of connector-based Data Fabric activities. For more information, see Entities in VS Code.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated