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. |