Search K
Appearance
Appearance
Retrieves a single Monday.com item and all its column values.
Use this task when you need the details of a specific Monday.com item for use in downstream workflow steps. You can look up the item directly by its ID, or locate it by providing the board ID and the item's name if the ID is not available. This is commonly used to read status, dates, or custom column values before making decisions or updates later in the workflow.
| Field | Type | Required | Description |
|---|---|---|---|
| Item Id | Text | No | The numeric ID of the item to retrieve. Found in the item URL in the browser. Provide this or the Board Id and First Item Name combination. |
| Board Id | Text | No | The numeric ID of the board containing the item. Found in the board URL in the browser. Required if Item Id is not provided. |
| First Item Name | Text | No | The name of the item to find within the board. Returns the first matching item. Required if Item Id is not provided. |
| Name | Description |
|---|---|
| MondayItem | A dictionary representation of the Monday.com item, including its ID, name, and all column values. |