You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to create an automation rule in Trello using the Trello Automation. I want the rule to create a card on my QA board when a card is moved to the "Ready for Internal QA" list on my original board, but only if a card with the same name doesn't already exist in the entire QA board (regardless of the list it is in).
Unfortunately, I couldn't find a way to create such a conditional action using the current Trello Automation, as it appears to be more limited compared to the previous Butler implementation.
I've already used the "unique" parameter, but that only works for the specified list, it doesn't lookup the entire board unfortunately.
Can anyone help me find a solution or workaround for this issue? I'm looking for a way to prevent the creation of duplicate cards in the QA board using Trello Automation.
Thank you!
Huh. Kept thinking of more and more convoluted workarounds that imperfectly addressed this problem. Then I learnt something new.
If you Find a card by name, and the only card that can be found is the current card, the automation ends early.
Basically an [If this card has a duplicate name, do the following] command
The second Find is to ensure it jumps to the just copied in card and archives that, instead of the older duplicate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.