I have a board which connects "contact" cards with multiple "service" cards. The contacts are grouped using labels.
Now I want to create a butler rule which automatically copies the grouping label from an attached contact card to the service card.
Is there a way to do this?
@Ricardo Boss are the service cards reused for multiple contact cards? If so the labels will build up ... however if not you can copy the labels at the time of linking and use a checklist to link to multiple service cards:
How would I use the checklist? The contact and service cards will need to share a specific set of labels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ricardo Boss The checklist will have a link to each of the service cards, and when you convert the checklist items to linked cards, you can copy the labels from the customer card to the service card.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, the service cards are in different lists. The simplest solution would be to have a rule as follows: when a card with the custom field "category" set to "contact" is attached to a card without label "service1" and without label "service2", get all labels from attached card and add it to the card.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ricardo Boss hmm there's no looping through labels in the non-Bot Butler, but this Trellinator function would do that:
https://gist.github.com/iaindooley/7004c00e16228b213db6dfe1292d78e9
You can read more about Trellinator here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was unable to set up Trellinator and it seems really overkill for this simple task. It's sad, but I can handle the labels manually. Thank you for your time!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.