返回 monday.com
将 Knoon AI 与 monday.com 连接以自动化 AI 工作流。
Find subitems by exact title and return sibling subitems under the same parent item.
mondayDefaultFindSubitemSibling
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| subitemTitle | mustache | Exact subitem title to find, case-insensitive. | 是的 |
| offset | mustache | Sibling offset. Use -1 for previous, 1 for next. Must not be 0. | 是的 |
| length | mustache | Optional number of siblings to return in the offset direction (1-50, default 1). | 没有 |
| boardId | file | Optional board ID to search. If omitted, visible boards are scanned. | 没有 |
| boardIds | mustache | Optional JSON array of board IDs to search. Overrides boardId when provided. Provide valid JSON. | 没有 |
| maxBoards | mustache | Optional maximum number of boards to scan when boardId/boardIds are omitted (default 500). | 没有 |
| maxItemsPerBoard | mustache | Optional maximum number of parent items to scan per board (default 1000). | 没有 |
| itemPageLimit | mustache | Optional parent item page size for monday.com requests (1-100, default 100). | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| result | array | Matched subitems returned as subitem fields, parentItem, board, and sibilings. |