Πίσω στο 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. |