Database Change

trigger_db_change · trigger · Triggers · Available · v1.0.0

Description

Run the workflow whenever rows in a FlowForge DB table are inserted, updated, or deleted.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
databaseId
Database
db-pickeryesDatabase FlowForge gestito (DB Studio → Databases).
tableName
Tabella
db-table-pickeryesTabella nel database selezionato sopra.
ops
Operations
enum
insertupdatedeleteall
yesall
pollIntervalSec
Polling interval (sec)
numberno5

💡 Configuration example

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

{
  "id": "node-trigger_db_change-1",
  "defId": "trigger_db_change",
  "label": "Database Change",
  "config": {
    "databaseId": "<databaseId>",
    "tableName": "<tableName>",
    "ops": "all",
    "pollIntervalSec": 5
  }
}

🔗 Related nodes in the same category

Ready to use Database Change?

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

Start freeBrowse all nodes