Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com to perform various operations related to items on boards. Specifically, the 'Duplicate an Item' operation duplicates an existing item on a specified Monday board, optionally including its updates. This is useful for workflows that require replicating tasks, projects, or entries within Monday.com boards to save time and maintain consistency.

Use Case Examples

  1. Duplicating a task item on a project management board to create a similar task without manually re-entering details.
  2. Copying an item along with its updates to another board for reporting or tracking purposes.

Properties

Name Meaning
Board The Monday board where the item to duplicate exists or where the duplicated item will be placed. Required to identify the board context.
Item The specific item on the selected board to duplicate. Required to specify which item to copy.
With Updates Boolean flag indicating whether to include the item's updates in the duplication. Optional, defaults to false.

Output

JSON

  • id - The ID of the duplicated item.

Dependencies

  • Monday.com API accessed via an API key credential

Troubleshooting

  • Ensure the API key credential is correctly configured and has sufficient permissions to access and duplicate items on the specified board.
  • Verify that the board ID and item ID are correctly specified and exist in Monday.com; missing or incorrect IDs will cause errors.
  • If duplication with updates is requested, confirm that the item has updates; otherwise, the duplicated item may not include any updates.
  • Common error messages include missing API key, invalid board or item ID, and permission errors. Resolving these involves checking credentials, input parameters, and user permissions.

Links

Discussion