Duplication of Items in the same Board (between Groups)

Hi everyone,

I am looking for some insight as to what I am missing here…

When it comes to duplicating items within the same Board and having them move to a different Group, my automation runs steady and copies my item hundreds of times and will not stop until I turn off the automation - what I want is only one duplication (per group), and it auto-moved to its corresponding group.
My use case is:
A respondent fills out a form and their initial data is logged in ‘New Registrations’ and there are 4 separate categories (groups in my Board) that a respondent can be ‘registered’ into.
The automation I would like to run is along the lines of: If respondent chooses ‘Yes’ to any or all of the 4 categories, the item is duplicated and moved into its corresponding group - only once - whereas the set up I currently have is an infinite loop creating duplicates over and over.

Any and all insight into my issue is greatly appreciated!


Try changing your recipe to have the ‘only if item is in New Registration’ before the ‘and only if I want to receive…’. I think it’s a timing error.

You’ve hit a classic problem with automation loops! The core issue is that your automation’s trigger is likely being re-triggered by the action it takes, creating that endless cycle.

Here’s a breakdown of the problem and how to fix it:

Understanding the Loop

Trigger: Your automation is triggered when an item is created or changed (likely based on the “Yes” responses in your form).
Action: The automation duplicates the item and moves it to a different group.
Re-trigger: The act of moving the duplicated item to a new group causes the automation to trigger again, because the item has been changed.
Repeat: This cycle continues indefinitely.

Hi! Thanks for the suggestion! After adding “and only if item is in New Registrations”, it is still looping. It was definitely worth a try.

@SpecialProjects Are you wanting that the original item is moved to PUBLIC SAFETY and a copy is left in NEW REGISTRATIONS?

Assuming so, this should work for you.

  1. Create a new group “Incoming Forms”.
  2. Set your form to place the items in “Incoming Forms”.
  3. Create a new automation:
    When item is created and only if items is in Incoming Forms move item to NEW REGISTRATIONS
  4. Change your existing automation to be triggered by:
    When item is moved to NEW REGISTRATIONS… (everything else should remain the same)

That’s it. Please let me know if that works for you.


Jim - The Monday Man
Get Custom Apps, Integrations & Automations for monday

Monday Man,
I tried your suggestion and unfortunately my board is still riddled with never-ending copies. I appreciate your time and help! (seriously, I watch and learn so much from your YT Channel when I need monday.com help)
I’m still confident there’s a way to achieve this end result (or work around), I simply can’t get the right parameters to narrow it down enough (I think…)

If you want, you can share screen shots of all the related automations, and I’ll take a second look.


Jim - The Monday Man
Get Custom Apps, Integrations & Automations for monday