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
In the section on variables, a lot of variables are written, but it is not indicated how to work with them and where to insert them, where is the field for setting them?
Hello @Evgeniy K and welcome
You will find the variables all here:
https://support.atlassian.com/trello/docs/butler-variables/
An example is here...
If you are new to Trello automation, take a look at this article:
https://trello.com/guide/automate-anything
and this video:
Thank you!
Then, let's try to make a trigger - when label "A" or label "B" or label "C" is added 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, the basic Trello automation will not support what you have put.
You would require making 1 automation:
when the sky "A" label is added to a card...
Then copy the automation changing A to B and then to C....
Or you could have:
when the sky "{*}" label is added to a card...
This will trigger when any sky label is added to a card.
There is also a more complex solution, which uses regex. For more information about it:
For your example you could have 1 automation:
when the "regex:/A|B|C/" is added to a card...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much, I understand. Tell me if there is such a rule - trigger (when a card is added) - action - find a card with that name in the sheet (or on the board) - perform the action!
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.