العودة إلى monday.com
اتصل بـ Knoon AI مع monday.com لأتمتة تدفقات عمل الذكاء الاصطناعي.
Find top-level board items by exact title and return sibling items at an offset, across visible boards or selected boards.
mondayDefaultFindItemSibling
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| itemTitle | mustache | Exact item 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 items to scan per board (default 1000). | لا |
| itemPageLimit | mustache | Optional item page size for monday.com requests (1-100, default 100). | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| result | array | Matched items with sibling results, missing offsets, and board item list length. |