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
Hello,
I would need to create a trigger with multiple conditions.
Example:
IF <this-label> is Orange and <this-label> is Purple THEN <do-this>
Thank you.
Bruno
@Bruno Dallavalle Butler does not handle multiple conditions...but if the intent is to see if a card has "create" green label AND "create" purple label on it ...ie two labels same name but different colour and these two labels are already configured on the board... let use collect into a checklist and process each card via the links like :
collect all cards with the green "Create" label with the purple "Create" label into links in checklist "{cardlink}"
Hello,
thank you for your reply.
Fact is that with in the 'Rules' section of the Power UP Butler a trigger must be set.
I'm new to Trello automation, perhaps that is not the right section to use?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bruno Dallavalle You are correct, I omitted the trigger when a CF to be set in the list just to highlight the collect card command is effectively an AND condition to collect a set of cards for further processing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But what if the multiple conditions are related to lists and not labels or checklist
for Eg:
when card is moved
from list "1st listname" AND into list "2nd listname"
add "name of checklist " checklist
How do we achieve automation in this case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you can try qualifying the trigger : card being in list A and then chose the move into action followed by list B
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.