ย้อนกลับไปยัง 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. |