> ## 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.

# Find Rows

Reads rows from 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                                 |
| condition | SHORT\_TEXT | Yes      | SQL condition, can also include logic operators, etc. |
| args      | ARRAY       | No       | Arguments can be used using ? in the condition        |
| columns   | ARRAY       | No       | Specify the columns you want to select                |

## Sample Output

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