Update Records
The Update Records node modifies an existing record in your Supabase table. You specify which record to update and which fields to change.
This is based on the Supabase Client SDK - Update data.
Inputs
| Data | Type | Description |
|---|---|---|
| Filter | javascript | |
| 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 |