Description
Run the workflow whenever a row is inserted/updated/deleted in a table.
db_subscribe · trigger · Triggers · Available · v1.1.0
Run the workflow whenever a row is inserted/updated/deleted in a table.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
databaseIdDatabase | db-picker | yes | — | — |
tableTabella | db-table-picker | yes | — | — |
eventsEventi da monitorare | enuminsertupdatedeleteall | yes | all | all = qualsiasi cambio. Combinazioni custom non supportate qui — usa 2 trigger separati se serve. |
filtersJsonFiltri righe | filter-rows | no | — | Trigger solo quando la riga matcha questi filtri (es. status=active AND amount>100). |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-db_subscribe-1",
"defId": "db_subscribe",
"label": "DB: Subscribe (changes)",
"config": {
"databaseId": "<databaseId>",
"table": "<table>",
"events": "all"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes