Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud UI API Record Lifecycle
Version 1.0.0
Create, read, and update a record through the User Interface API.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
ui-record-lifecycle
Drive a record through create, read, and update using the UI API.
Creates a record with apiName and fields, reads it back with formatted values, and updates it, capturing the updated representation.
1
createRecord
createRecord
Create a record of the given apiName with the supplied field values.
2
getRecord
getRecord
Read the new record back with the requested fields and display values.
3
updateRecord
updateRecord
Update the record with new field values and capture the updated representation.