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"
Mike - Dreamsuite Consulting
Trello Expert and Business Systems Consultant
Dreamsuite
All over the world
294 accepted answers
0 comments