UiPath · Arazzo Workflow
UiPath Upsert a Data Service Entity Record
Version 1.0.0
Query an entity by a key field and update the match or create a new record.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
upsert-entity-record
Upsert a Data Service entity record by a unique key field.
Queries the entity for a record matching the key field/value, then either updates the matched record or creates a new one.
1
findRecord
queryEntityRecords
Run a structured query against the entity for a record where the key field equals the supplied value, returning at most one match.
2
updateExisting
updateEntityRecord
Update the matched record by its ID with the supplied field values.
3
createNew
createEntityRecord
Create a new entity record with the supplied field values when no existing record matched the key value.