get_related_records
Retrieves paginated related records from a specified relation field for a given record in a worksheet, enabling navigation of linked data.
Instructions
获取某条记录的关联记录列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worksheetId | Yes | 工作表ID或别名 | |
| rowId | Yes | 记录ID | |
| controlId | Yes | 关联字段ID | |
| pageSize | No | 每页数量 | |
| pageIndex | No | 页码 |