get_row
Retrieve a single row by its unique ID from a specified table in your SeaTable base, enabling direct access to specific records for reading, updating, or processing.
Instructions
Get a row by ID from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Target table name | |
| row_id | Yes | Row ID (the _id field) |