Search K
Appearance
Appearance
The Monday Get Items node retrieves items or subitems from a Monday.com board based on the specified Board ID, Group Name, and optional Parent Item ID.
Use this node to programmatically fetch items from Monday.com boards or subitems under a parent item for reporting, updates, or data-driven workflow automation.
Field Label | Input Type | Description |
---|---|---|
Board Id | Text | The ID of the Monday.com board to retrieve items from. |
Group Name | Text | The name of the group within the board from which to retrieve items. |
Parent Item Id (optional) | Text | If provided, retrieves subitems under this parent item instead of board items. |
Output Variable | Description |
---|---|
MondayItems | The list of items retrieved from the specified board group (when Parent Item Id is not provided). |
MondaySubItems | The list of subitems retrieved under the specified parent item (when Parent Item Id is provided). |
This node:
Board Id
, Group Name
).Parent Item Id
is provided, retrieves subitems under that parent item.MondayItems
or MondaySubItems
accordingly for use in subsequent tasks.✅ Retrieve all tasks from a specific board group to generate a progress report.
✅ Retrieve subitems under a parent item representing a project phase to validate completion before approval.
MondayItems
or MondaySubItems
) are MondayFlatItems
objects containing all retrieved item data as dictionaries for flexible downstream use.