Search K
Appearance
Appearance
The Monday Get Item node retrieves a specific item from Monday.com either by its Item ID or by Board ID and Item Name.
Use this node to programmatically retrieve item details from Monday.com boards for data extraction, updates, or downstream workflow processing.
Field Label | Input Type | Description |
---|---|---|
Item Id (optional) | Text | The ID of the Monday.com item to retrieve. If not provided, Board Id and First Item Name are required. |
Board Id (optional) | Text | The ID of the Monday.com board containing the item. Required if Item Id is not provided. |
First Item Name (optional) | Text | The name of the first item to retrieve from the board. Required if Item Id is not provided. |
Output Variable | Description |
---|---|
MondayItem | The retrieved Monday.com item as a dictionary containing all item data. |
This node:
Item Id
is provided, orBoard Id
and First Item Name
are provided.Item Id
is provided, retrieves the item by ID.MondayItem
for use in subsequent workflow tasks.✅ Retrieve a Monday.com task item to extract its status and update it based on workflow approvals.
✅ Retrieve an item to read its properties for use in document creation or automated reporting.
MondayItem
.MondayItem
) is a dictionary representation of the Monday.com item, containing all columns and metadata for flexible downstream use.