---
title: "Update"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/supabase/update
markdown: https://docs.nodetool.ai/nodes/lib/supabase/update.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/supabase/update.md
---

# Update

**Type:** `lib.supabase.Update`

**Namespace:** `lib.supabase`

## Description

Update records in a Supabase table.
    supabase, database, update, modify, change

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| table_name | `str` | Table to update | `` |
| values | `dict[str, any]` | New values | `{}` |
| filters | `list[tuple[str, enum, any]]` | Filters to select rows to update | `[]` |
| return_rows | `bool` | Return updated rows (uses select('*')) | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `any` |  |

## Related Nodes

Browse other nodes in the [lib.supabase](./) namespace.
