DB: Update

db_update · action · Database · Available · v1.0.0

Description

Update rows in a table matching a where clause.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
databaseId
Database
db-pickeryes
table
Tabella
db-table-pickeryes
whereJson
Riga da aggiornare (WHERE)
key-valueyesCoppie chiave-valore: la riga deve matchare tutte. Es. id = 42.
patchJson
Campi da modificare
key-valueyesCoppie chiave-valore dei campi da aggiornare. Supporta {{espressioni}}.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-db_update-1",
  "defId": "db_update",
  "label": "DB: Update",
  "config": {
    "databaseId": "<databaseId>",
    "table": "<table>",
    "whereJson": "<whereJson>",
    "patchJson": "<patchJson>"
  }
}

🔗 Related nodes in the same category

Ready to use DB: Update?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes