> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Table Update

> Update or add data to a Table

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/table-update.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=e2f01e9850328292e0a380d30e3909f5" alt="Table update node " width="420" height="324" data-path="images/nodes/table-update.png" />
</div>

The **Table Update** node allows you to update existing rows or add new rows to a table in dibby.

## Configuration

### Filter

Define filter criteria to identify which rows to update (optional).

### Rows

Define the structure of data to update or insert.

## Inputs

* **id**: The table identifier
* **filter**: Filter criteria to match rows (optional)
* **rows**: The data to update or insert

## Usage

Provide a table ID, optional filter conditions, and the data to update. If no matching rows are found, new rows will be inserted.
