Automating from dropdown column

I’m wondering if there is a way to automate this workflow:

I have multiple brands in a dropdown menu. When a brand is added from the dropdown I need the item to duplicate to a connected board depending on the brand. For example: I have facebook, instagram, tiktok etc.

I currently have an automation running:
When brand changes > and only if brand contains one of these labels > duplicate etc.

And it works the first time great. I add facebook it duplicates the item to the facebook board

However if I add another brand like instagram, the automation runs for instagram and facebook. So now my Facebook board has two of the same item.

Is there an automation that exists that is something along the lines of

When {label} is added to {dropdown} > duplicate item to {specific board}

Which product (CRM/Work Management, etc) and level (Pro/Enterprise) do you have?

Hey @caitlinjones ,

Our Mirror Item Multiple Boards app can help you with this.

We can create an automation for you → ‘When dropdown label = something, mirror item to Target Board Target Group’.

Mirror Item allows you to share and sync the same item to multiple boards, which means -

  • Changes on the original item sync to the mirrored item in real-time
  • Updates + replies also sync on the mirrored item, so you don’t have to manually add each item
  • In-case you have any connect boards columns, the app auto-fills those values so you can get rid of the manual work!

Feel free to reach out to us at support@fortimus.co or book a meeting with us directly.

Hey @dotdotdot ,

that is the tricky part with dropdowns - there is no specific out of the box trigger for “dropdown label added”. As such what happens is: any change in the column field results in a trigger for all added values which you flagged.

This can be solved with make.com as it would provide more options.

You can also solve it with a little re-structure: Status columns instead of dropdowns or checklist columns.

For that the automation would be simple:

Alternatively you could also work with a button column and each time the button is pushed, the item would get duplicated in a certain board → however, that would also require you to add a button column for each channel. :slight_smile:

Hi Desiree,

I have a Pro level Work Management account