- Automation Cloud and Test Cloud
- 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
February 2026 release notes for Data Service in Automation Cloud.
February 24, 2026
Filter builder for the Query Entity Records activity
The Query Entity Records activity now includes a built-in filter builder, so you no longer need to manually enter CEQL expressions.
Removed suffix from all Integration Service - based activities
We have removed the (New) suffix in all the Integration Service - based activities names.
Integration Service - based activities availability
Integration Service - based activities are only available in Maestro, API workflows, and agents where traditional Studio activities are not available.
February 19, 2026
Security improvement
We've made a security improvement that performs RBAC validation prior to Data Fabric event delivery, using the exact user identity configured on any of the following trigger connections:
- Workflow automations
- Agentic processes (Maestro)
- RPA workflows
- API workflows
Data Fabric events are delivered only if the connection user has read access to:
- the target entity;
- all RBAC-protected fields in the payload.
The following table presents the impact of whether or not the required permissions are assigned to the connection user:
| Scenario | Data Fabric event delivery | Workflow |
| The connection user has the required entity- and field-level permissions | Delivered | Executes as expected |
| The connection user is not assigned entity-level permissions | Not delivered | Is not triggered |
| The connection user is not assigned field-level permissions | Delivered with restricted fields removed from the payload before delivery | May behave unexpectedly |
To ensure proper event delivery, choose one of the following options:
- Update permissions
- Identify the trigger connection and its user.
- Assign the connection user read access to the target entity and all RBAC-protected fields referenced by the workflow. For more information, refer to Managing access.
- Reconfigure connection
- Create a connection with a user account that has the required entity- and field-level read permissions.
- Update the workflow trigger to use the newly created connection.
- Redeploy or republish the workflow.
Before deploying to production, perform a dry run of the workflow using the Debug feature.
For RPA workflows only, you can also use the design-time Test Trigger with the intended connection identity to verify permissions before production.
For more information refer to UiPath Data Fabric events and Triggers.