Configuration
| Setting | Description |
|---|---|
| Integration | The target system to create records in (e.g., Salesforce, HubSpot, Linear) |
| Entity | The entity type to create (e.g., Account, Contact, Issue) |
| Title | A human-readable description of the action (shown in task logs) |
| Fields | Map target fields to values using Mentions to reference upstream data |
How It Works
Map fields
Define field mappings — for each target field, use Mentions to set the value from upstream data.
Output
Each created record generates one task in the Agent’s task log.By default, all matching records are batched into a single create action. To create one record per input row, add a Group By node before this node, grouped by the primary key field.
Example
Import CSV contacts into Salesforce:- Use Get Data to load a CSV file
- Add a Create Record node targeting Salesforce Contact
- Map fields:
FirstName→ CSV.First Name,LastName→ CSV.Last Name,Email→ CSV.Email
Best Practices
- Use a Group By node before this action to create one record per input row
- Start with manual approval to verify records are created correctly
- Use clear Title descriptions so task logs are easy to scan
Related Nodes
- Update Record — modifies existing records instead of creating new ones
- Group By — controls batching so each input row creates a separate record