Salesforce · Arazzo Workflow
Salesforce Create Record
Version 1.0.0
Create an SObject record then retrieve it by its newly assigned record id.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
create-record
Create a single Salesforce SObject record and retrieve it by id.
Creates a new record of the given SObject type from the supplied field map, then fetches the newly created record by id to verify the persisted state.
1
createRecord
createRecord
Create a new record of the requested SObject type using the supplied field values. Returns the id of the newly created record.
2
getRecord
getRecord
Retrieve the record just created, by SObject type and id, to confirm the write succeeded and inspect the persisted field values.