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

# Insert Row

Inserts a new row into a table

## Input

| Property | Type        | Required | Description                          |
| -------- | ----------- | -------- | ------------------------------------ |
| timezone | SHORT\_TEXT | No       | Timezone for the mysql server to use |
| table    | DROPDOWN    | Yes      | The name of the table                |
| values   | OBJECT      | Yes      | Values to be inserted into the row   |

## Sample Output

```json theme={null}
{}
```
