Database Write
Category: Action Standards: HIPAA (encrypted storage)
Write data to databases (PostgreSQL, MongoDB, etc.)
What this node does
- Multiple databases
- Batch writes
- Transactions
- Upsert
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find Database Write under the Action category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Data to Write input port from an upstream node
- Connect the Write Result and Record ID output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Data to Write | json | ✓ | JSON data object |
Outputs
| Port | Type | Description |
|---|---|---|
| Write Result | json | JSON data object |
| Record ID | text | Plain text string |
Configuration
Open the configuration dialog by double-clicking the Database Write node on the canvas.
| Parameter | What to enter |
|---|---|
connection | Configure connection in the node settings |
table/collection | Configure table/collection in the node settings |
operation | Operation to perform: read, search, create, update, or upsert |
upsert | Configure upsert in the node settings |
When to use this node
- Store processed data
- Audit logging
- Analytics writes
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.