Retour à monday.com
Connecter Knoon AI avec monday.com pour automatiser les flux de travail AI.
Find subitems by exact title and return sibling subitems under the same parent item.
mondayDefaultFindSubitemSibling
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| subitemTitle | mustache | Exact subitem title to find, case-insensitive. | Oui |
| offset | mustache | Sibling offset. Use -1 for previous, 1 for next. Must not be 0. | Oui |
| length | mustache | Optional number of siblings to return in the offset direction (1-50, default 1). | Non |
| boardId | file | Optional board ID to search. If omitted, visible boards are scanned. | Non |
| boardIds | mustache | Optional JSON array of board IDs to search. Overrides boardId when provided. Provide valid JSON. | Non |
| maxBoards | mustache | Optional maximum number of boards to scan when boardId/boardIds are omitted (default 500). | Non |
| maxItemsPerBoard | mustache | Optional maximum number of parent items to scan per board (default 1000). | Non |
| itemPageLimit | mustache | Optional parent item page size for monday.com requests (1-100, default 100). | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| result | array | Matched subitems returned as subitem fields, parentItem, board, and sibilings. |