For example, When Card A is moved into List 2, copy the custom field values from Card A to Card B.
There is a simple way of doing it with this automation:
when a card with custom field "[enter your custom field name here]" set to "{*}" is added to list "List 2", find the first card linked in the attachments, and set custom field "Text Test" to "{matchedtext}"
In my example, I triggered on list move but you can choose any trigger.
I also used "card linked in attachment" cascade action, you could do the same by using the "find card by name/link" action
Just copy the above for all of the custom fields you want to sync. It works for all fields except for checkboxes..
For checkboxes, you can handle those with 2 extra automations:
when a card with custom field "Checkbox Test" checked is added to list "List 2", find the first card linked in the attachments, and check custom field "Checkbox Test"
and
when a card with custom field "Checkbox Test" unchecked is added to list "List 2", find the first card linked in the attachments, and uncheck custom field "Checkbox Test"
Dreamsuite Mike
Trello Expert and Business Systems Consultant
Dreamsuite
All over the world
273 accepted answers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
0 comments