Description
Run the workflow whenever rows in a FlowForge DB table are inserted, updated, or deleted.
trigger_db_change · trigger · Triggers · Available · v1.0.0
Run the workflow whenever rows in a FlowForge DB table are inserted, updated, or deleted.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
databaseIdDatabase | db-picker | yes | — | Database FlowForge gestito (DB Studio → Databases). |
tableNameTabella | db-table-picker | yes | — | Tabella nel database selezionato sopra. |
opsOperations | enuminsertupdatedeleteall | yes | all | — |
pollIntervalSecPolling interval (sec) | number | no | 5 | — |
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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes