- Versionshinweise
- Februar 2026

Data Fabric-Versionshinweise
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:
| Szenario | 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 |
- 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.
Weitere Informationen finden Sie unter Verwalten des Zugriffs.
- 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.