Skip to main content

Supabase Client Event Update Records

Emits a signal when one or more records are updated by the client in Supabase.

Supabase Client Event Update Records node

This node listens for record update events triggered by client-side actions in Supabase. It allows your app to react immediately when existing data changes, such as refreshing views, recalculating derived state, or triggering follow-up workflows.

It works similarly to the Receive Event node, but in this case the event emission is built directly into the Update Records flow, removing the need for a separate Send Event node.

Inputs

DataTypeDescription
EnablebooleanEnables filtering by a specific table. When disabled, events from all tables are received.
Table NamestringThe table to listen to. Only visible when Enable is true.
Data Object IDstringOptional identifier used to scope or correlate the event.

Outputs

DataTypeDescription
OnsignalTriggered when a matching record update event is received.
Table NamestringThe name of the table where records were updated.