Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud sObject Record Lifecycle
Version 1.0.0
Create an sObject record, read it back, then update it via the REST API.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
sobject-record-lifecycle
Create, retrieve, and update a single Salesforce sObject record.
Drives a record through create, read-back, and update using the core sObject endpoints, confirming the created record exists before applying changes.
1
createRecord
createSObjectRecord
Create a new record of the given sObject type with the supplied fields.
2
getRecord
getSObjectRecord
Read the newly created record back to confirm its persisted field values.
3
updateRecord
updateSObjectRecord
Patch the record with the supplied update fields. Returns no body on success.