Configuration
How It Works
1
Select the target system
Choose which integration and entity to create records in.
2
Map fields
Define field mappings - for each target field, use Mentions to set the value from upstream data.
3
Set execution mode
Records are created automatically or queued for manual approval, depending on the Agent’s execution mode.
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