Table

Available Table triggers for automating workflows

ta

Table provides 1 trigger for automating workflows based on events.

Triggers

Table Trigger

Triggers when rows are inserted or updated in a table

Configuration

ParameterTypeRequiredDescription
tableSelectortable-selectorYesThe table to monitor.
manualTableIdstringYesThe table to monitor.
eventTypestringYesThe type of event to trigger on.
watchColumnsstringNoOnly fire when these columns change. Leave empty to fire on any update.
includeHeadersbooleanNoWhen enabled, each row is returned as a key-value object mapped to column names.

Output

ParameterTypeDescription
rowjsonRow data mapped to column names (when header mapping is enabled)
rawRowjsonRaw row data object
previousRowjsonPrevious row data before the update (null for inserts)
changedColumnsjsonList of column names that changed (empty for inserts)
rowIdstringThe unique row ID
headersjsonColumn names from the table schema
rowNumbernumberThe position of the row in the table
tableIdstringThe table ID
tableNamestringThe table name
timestampstringEvent timestamp in ISO format

On this page