monday.com に戻る
monday.com と Knoon AI を接続して 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. |