---
title: "Insert"
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/insert
markdown: https://docs.nodetool.ai/nodes/lib/supabase/insert.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/supabase/insert.md
---

# Insert

**Type:** `lib.supabase.Insert`

**Namespace:** `lib.supabase`

## Description

Insert record(s) into a Supabase table.
    supabase, database, insert, add, record

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| table_name | `str` | Table to insert into | `` |
| records | `union[list[dict[str, any]], dict[str, any]]` | One or multiple rows to insert | `[]` |
| return_rows | `bool` | Return inserted rows (uses select('*')) | `true` |

## Outputs

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

## Related Nodes

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