Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Create Then Retrieve Contact
Version 1.0.0
Create a Contact, then read it back by id to confirm the persisted field values.
Provider
Workflows
create-then-retrieve-contact
Create a Contact and immediately fetch it by id.
Creates a Contact, then reads the same record back using the returned id, limiting the response to the supplied fields parameter.
1
createContact
createSObjectRecord
Create the Contact record.
2
retrieveContact
getSObjectRecord
Read the newly created Contact back by id.