Monday.com icon

Monday.com

Interact with Monday.com API

Overview

This node interacts with Monday.com to retrieve detailed information about a specific item on a selected board. It is useful when you want to fetch the current state or details of an item, such as its column values and metadata, for further processing or integration in your workflow. For example, you might use this node to get the status, priority, or assigned user of a task item before making decisions or updating other systems.

Properties

Name Meaning
Board The Monday.com board where the item exists. You select from available boards dynamically.
Item The specific item on the chosen board to retrieve. Loaded dynamically based on the board.
File Upload (Notice) Informational note explaining how to upload files to Monday.com via public URLs and advanced JSON mode.

Output

The output is a JSON object representing the retrieved item with all its details including:

  • Item ID and name.
  • Column values with their respective data (value, text, etc.).
  • Metadata related to the item on the board.

This allows downstream nodes to access any property of the item for further automation steps.

Dependencies

  • Requires an API authentication token credential for Monday.com.
  • Uses Monday.com API version defaulting to "2023-10" unless specified otherwise.
  • No additional external services are required for the basic "Get Item" operation.

Troubleshooting

  • Common issues:
    • Selecting a board or item that does not exist or to which the API token lacks access will result in errors.
    • Providing invalid or expired API credentials will cause authentication failures.
  • Error messages:
    • Errors related to missing or invalid parameters (e.g., board or item not found) should be resolved by verifying selections.
    • API rate limits or network issues may cause temporary failures; retrying later or checking network connectivity can help.

Links and References

Discussion