Supabase Client Event Create Record
This node is used to receive a signal when a Supabase record is created by the client. Similiar to the Receive Event node, just the Send Event node is built into the Create Record node.
Inputs
| Data | Type | Description |
|---|---|---|
| Enable | boolean | Allow filtering on a specific table events, otherwise this will receive all events. |
| Table Name | string | Visible when "Enable" is true. |
| Data Object ID | string |
Outputs
| Data | Type | Description |
|---|---|---|
| On | signal | |
| Table Name | string | |
| Record ID | string |