CDK Global · Arazzo Workflow
CDK Global Update Data Record
Version 1.0.0
Read a data-domain record, branch on whether it exists, then update it.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
update-data-record
Read a record then update it when it exists.
Reads a data-domain record by identifier, branches on whether it was found, and applies an update with revised fields when present.
1
loadRecord
readPets
Read the record by its identifier and branch on whether it exists.
2
applyUpdate
updatePets
Post the update to the record with the revised name and type.