supabase_update
Update specific rows in a Supabase table by providing filter conditions. Use table, data, and filter parameters to modify matching records.
Instructions
Update rows in a Supabase table that match the filter conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to update | |
| table | Yes | Table name to update | |
| filter | Yes | Filter conditions to match rows to update |