Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
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
- Duplicating a task item on a project management board to create a similar task without manually re-entering details.
- 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
- Monday.com API Documentation - Official API documentation for Monday.com, useful for understanding available operations and parameters.