- Create Salesforce record — makes a new record of any object type, setting the fields you specify.
- Update Salesforce record — sets a field on an existing record.
How to use it
Create a record- Add a Create Salesforce record step.
- Choose the object (for example, Task or Opportunity).
- Set the fields you want on the new record. Values can be typed in or pulled from earlier steps.
- Add an Update Salesforce record step.
- Point it at the record to update — usually a reference from an earlier step, like the account on the meeting or a record you looked up.
- Choose the field and the value to write.
Good to know
- Each step acts on one record per run. To create or update many, place the step inside a loop over a set of records.
- You can require human review on a write, so a person approves before it commits.
- A test run never writes to Salesforce — it reports the value it would have set, so you can check a workflow safely before publishing.
- Writing to Salesforce requires a connected Salesforce integration for your workspace.
In practice
When an Opportunity flips to Closed Won, create the onboarding record for CS and stamp the handoff fields — automatically, the moment the stage changes.Related
- Triggers — start the workflow on the Salesforce event you want to react to
- Find & filter records — pull the records a workflow should act on
- Write to HubSpot — the same idea for a HubSpot CRM