Automations - Duplicate item with updates

I need to be able to duplicate an item with updates.
What I really want to do is copy/duplicate items from one board to another when moved to the board. The only way I have been able to do this is to Duplicate the item, then move the item to another board. This will leave the duplicate in the board while sending the original to the final destination board. However, the duplicate doesn’t have the updates, so it’s kind of useless. I don’t understand how you have the option when you manually duplicate an item, it gives you the choice of the item with updates and without, but when you use automation to duplicate the item it doesn’t give you that option.

Workflow scenario:
Board A has an item/pulse moved to it
I want to have that item/pulse duplicated in all it’s splendor and glory to Board B.

Board A is used for invoicing, and Board B is used for someone to follow up with the customer. I want to be able to add updates to Board B, and I don’t care if the updates get copied back to Board A. The item is taking on a different life and function in Board B, so the info doesn’t have to be the same after the duplication.

Hi

Was this question ever answered? I seem to be encountering the same silly problem, you can manually duplicate with updates but can’t do this via an Automation. This seems like a flaw of the system.

Regards

1 Like

+1 for this feature, duplicating items but not includign updates isn’t that useful.

1 Like

Definitely need this to be implemented. I’m trying to use monday.com for an important system, but we’re going to accept pulses via email, and the way email to board works the email goes into an update, so if I copy the item to another board I lose basically all of the information. :frowning:

This is a greatly needed feature for my team. Please add. The feature already exists when manually duplicating an item, so would seem to be low hanging fruit for your dev team.

2 Likes

Moving items in an automated way from one board to the next is a vital part of Monday.com’s primary function. How is it that the actual information on a pulse, “the updates” can’t be moved/copied when creating an item in a new board? shocking. Please include ASAP

My team has had to manually duplicate items from one board to another in order to accomplish something that I had hoped an automation could do.

I know several other features have been more upvoted/requested, but like others here this feature is at the core of Monday.com and should be prioritized as such.

The alternative I also had hoped for was the mirror feature, it would be amazing to be able to mirror whole tasks from one board to the next.

Oddly enough… My system is working now. I did the duplicate-then-move trick at first, but now I don’t seem to need the duplicate any more. Weird.

I had the same problem, any way to work this around?

I’ve built templates for my common tasks and then manually duplicate them into a different workspace. It’s not ideal but it works for what I need.

I’m still hoping something will get done about this…

Any progress on this? Looking for a very similar setup.

I have a ticketing form that the business can use to raise bugs/requests. The board serves as a single view point for users who wants to see request statuses and track known bugs.

I then have other operational boards that focus on core areas, i.e Web, Data, etc. Some of these boards are handled by external suppliers.

Tickets raised are tagged by type, i.e Web - and I want to duplicate the row to show within the relevant other board, so that the external supplier can see all work pertaining to their project in 1 place.

For example…
if type is Web, duplicate row with updates to Web Planning Board > Care Group
or… if type is Data, duplicate row with updates to DXP Programs Board > Data Group
etc!

With 2-way updates in place.
This was a breeze to do in Smartsheet… @monday-team any ideas how?


?

I have managed to find a way of doing some of this. It’s a little complicated but works. It will create a duplicate item (still has not updates) and move that.

The use case is you want to copy an item to another board but you want all updates to remain with the original and do not need updates with the new item.

  1. In Board A create a status column called Duplicate Status with status “Duplicate Now” and “Duplicate Done”

  2. Create automation #1 - you can use any trigger, for example on Button Push

  • Sets Duplicate Status to “Duplicate Now”
  • Duplicates Item
  • Sets Duplicate Status to “Duplicate Done”
  1. Create automation #2 - trigger - on new item created with status “Duplicate Now”
  • Move item to Board B

This will move the newly created duplicate to the new board

1 Like

@Paul_at_EEZi, @Tanner.S, @KShook, @sistemas.arquiara, @Jojianna, @Paul_K

Our newest monday app, Update Magic #1, has made it through review and is now available in the monday app marketplace.

One of the functions is shown here combined with standard monday custom automations:


Jim - The Monday Man
:magic_wand: Update Magic #1 — The Magical Updates toolbox app

How do you integrate the use of this app into standard Monday automations?

@Rob_E3

By using the custom automations. After setting the trigger, click on “Then do this”. Then either click into the search field and type the name of the work block OR click on “More options” and find the work block you need.

Here’s an example using the search:


Jim - The Monday Man
:magic_wand: Update Magic #1 New update enhancement toolbox
:magic_wand: Column Magic :sparkles:– The magical columns toolbox
We Create Custom Apps, Integrations & Automations for monday

Hi Jim,

Thank you for the reply and screenshots - I am seeing the following:

Is there something on Monday I have to authorize or anything like that to show it? I have the app downloaded and all that as well

Thank you again for the help

@Rob_E3

You should be able to see them there.

Please contact me directly here: App Contact – The Monday Man. We will figure it out.

Jim

@Rob_E3

we actually wrote a small python script to be able to duplicate a record with updates, and move the record to any of the other boards of your. We run it on 0 cost in AWS Labda (but you can run it in Zap if you want) and it is triggered by Monday’s webhooks.

This might sound too complicate, but actually it is pretty easy, and much cheaper then subscribe to a Monday apps/extensions generally.

We open sourced one of our solution similar to your problem (but it is for updates):

Feel free to reach us out if you need help on this or solve any Monday situation: monday@rolloutit.net

1 Like