link_rows
Create relationships between rows in SeaTable by linking a source row to a target row using a dedicated link column. Unlike adding or updating rows, this tool establishes links through the proper endpoint, ensuring data integrity.
Instructions
Create links between rows via the dedicated links endpoint. This is the ONLY way to create links — link columns cannot be written via add_row or update_rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Source table name | |
| link_column | Yes | Name of the link column | |
| pairs | Yes | Array of row ID pairs to link |