返回 monday.com
將 Knoon AI 與 monday.com 連接以自動化 AI 工作流程。
Find top-level board items by exact title and return sibling items at an offset, across visible boards or selected boards.
mondayDefaultFindItemSibling
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| itemTitle | mustache | Exact item 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 items to scan per board (default 1000). | 否 |
| itemPageLimit | mustache | Optional item page size for monday.com requests (1-100, default 100). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| result | array | Matched items with sibling results, missing offsets, and board item list length. |