Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com boards and items, specifically supporting operations on items such as deleting an item. It allows users to delete an item from a Monday.com board by specifying the item's ID. This is useful for automating the removal of tasks or entries in project management workflows.

Use Case Examples

  1. Deleting a task from a project board when it is completed or no longer needed.
  2. Removing outdated or incorrect items from a Monday.com board automatically based on certain triggers.

Properties

Name Meaning
Item ID The unique identifier of the item to be deleted from the Monday.com board. This is a required string input.

Output

JSON

  • id - The ID of the deleted item returned by the API.

Dependencies

  • Monday.com API key credential for authentication

Troubleshooting

  • Ensure the Item ID is correctly specified and exists on the board; otherwise, the deletion will fail.
  • Verify that the API key credential is valid and has sufficient permissions to delete items on the Monday.com board.
  • Common error messages include 'Item ID is required' if the item ID is missing, or API errors if the item does not exist or the user lacks permissions. Check the error details for guidance.

Links

Discussion