DB: Subscribe (changes)

db_subscribe · trigger · Triggers · Available · v1.1.0

Description

Run the workflow whenever a row is inserted/updated/deleted in a table.

⚙️ 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
events
Eventi da monitorare
enum
insertupdatedeleteall
yesallall = qualsiasi cambio. Combinazioni custom non supportate qui — usa 2 trigger separati se serve.
filtersJson
Filtri righe
filter-rowsnoTrigger solo quando la riga matcha questi filtri (es. status=active AND amount>100).

💡 Configuration example

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"
  }
}

🔗 Related nodes in the same category

Ready to use DB: Subscribe (changes)?

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

Start freeBrowse all nodes