חזרה אל 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. |