Hi
i have 2 boards
1: names
2: projects
the cards are linked together by card name
on board name there is a custom field action set to yes or no.
on board projects, when a green label is added to the card, i want butler to lookup the value of custom field action in the linked card, and copy the value to the same custom field on board projects.
so far i did not had any luck yet. is there a variable available to lookup the customfield value in a linked card?
thanks
Femke
Trello lookups are limited to card name, card description, dates and labels.
But, there is a workaround that involves the 2 automations below:
Automation 1 - Projects Board
when a green label is added to a card, lookup the first card linked in attachments and add a green label.
Automation 2 - Names Board
When a green label is added to a card with custom field "Action" set to "regex:/Yes|No/i", remove the green label, find the card "triggercardlink" and set the custom field "Action" to "{matchedtext}
Yes thank you! the label trick did it in combination with the regex.
i feel like Regex can cover lots of my issues which i cannot sort in the general automations. by chance any good source to learn the regex language?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Top tip with regex, AI does a brilliant job with it. Just describe what you are wanting to do and it'll give you the regex code, most times it is spot on too...
You can test it using:
You can learn a bit more about regex here:
https://www.regular-expressions.info/quickstart.html
Here are some articles I wrote a while back with Trello regex examples:
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.
 
 
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.