Saltar al contenido principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Database Write under the Action category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Data to Write input port from an upstream node
  7. Connect the Write Result and Record ID output to the next node downstream

Inputs

PortTypeRequiredDescription
Data to WritejsonJSON data object

Outputs

PortTypeDescription
Write ResultjsonJSON data object
Record IDtextPlain text string

Configuration

Open the configuration dialog by double-clicking the Database Write node on the canvas.

ParameterWhat to enter
connectionConfigure connection in the node settings
table/collectionConfigure table/collection in the node settings
operationOperation to perform: read, search, create, update, or upsert
upsertConfigure 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.