Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Describe Then Create Record
Version 1.0.0
Describe an sObject to confirm it is creatable, then create a record of that type.
Provider
Workflows
describe-then-create-record
Describe an sObject, then create a record of that type.
Calls the describe endpoint for the sObject to read its metadata, then creates a record using the supplied field map.
1
describeObject
describeSObject
Describe the target sObject to confirm it exists and is createable.
2
createRecord
createSObjectRecord
Create a record of the described sObject type.