Create New Record
The Create New Record node creates a new record in a specified table. You can define its field values and optionally set access control rules to manage who can read or write the record.
This is based on the Supabase Client SDK - Insert data.
Inputs
| Data | Type | Description |
|---|---|---|
| Table Name | enum | List of all the available tables. |
Under the group "Data" all the table fields will be, and are designed to both be exist dynamically in the property panel (for supported types) and by making a connection.
Outputs
| Data | Type | Description |
|---|---|---|
| Object ID | string | |
| Success | signal | |
| Failure | signal | |
| Finally | signal | |
| Is Fetching | boolean | |
| Is Fetched | boolean | |
| Status | string | |
| Is Success | boolean | |
| Is Error | boolean | |
| Error Text | string |