UiPath · Arazzo Workflow
UiPath Data Service Entity Record Lifecycle
Version 1.0.0
Create, read, update, and delete a custom entity record end to end.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
entity-record-lifecycle
Create then read, update, and delete a Data Service entity record.
Creates an entity record, reads it by ID, updates it, and deletes it, confirming each stage succeeds.
1
createRecord
createEntityRecord
Create a new entity record from the supplied creation fields.
2
readRecord
getEntityRecord
Retrieve the created record by its returned ID to confirm it exists.
3
updateRecord
updateEntityRecord
Update the record by its ID with the supplied update fields.
4
deleteRecord
deleteEntityRecord
Permanently delete the record by its ID, completing the lifecycle.