update_records
Modify existing records in a Supabase table using specified data and filter conditions, with optional fields to return.
Instructions
Update records in a Supabase table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Update data | |
filter | Yes | Filter conditions | |
returning | No | Fields to return (optional) | |
table | Yes | Table name |