Hello,
I'm trying to create a rule w/Butler to automate card creation with due dates, but, the new card generated never copies over the due date. I'd like the due date to copy over, then add 7 days, which would create a new due date for the new "Linked Card."
When I run the rule, it goes as far as creating the card, adding the "Link" to the original card, but it never carries over the due date. Here's a screenshot of the rule:
I've also tried to have the rule refer back to "find the first card linked in the attachments" before setting the due date:
Here's a screenshot of the two cards I end up with, the 7 days have been added to the original card's Trello Due Date:
Thanks for any help!
@Virginia Le the problem is that when you "find" a card, you make that the subject of any subsequent commands. If instead you use "look up", you will be able to access the variables from the found card but you can use those to set values on the card you're working on.
The only rub is that you can't access custom field variables on looked up cards, so you will need to add a step which is to see a custom field on the subject card to the variable {foundcardduedate} and then set the date to the value in the custom field plus 7 days.
@Iain Dooley I'm really new to Trello, and I'm not familiar with bracket commands. How do they work, please? And, how would I add a step to recognize the custom field? Thank you so much for your time! Love learning! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Virginia Le here's the documentation on butler variables:
https://help.trello.com/article/1157-variables
here is the information on how lookup vs find works:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Iain Dooley Thank you.
The following rule is working now, adding the 7 days to the new card.
But another rule is no longer running on the new card. Let me explain, I have a DUE DATE NEEDED label routine added to all new cards, then removed when a due date is added to the card. (Let's call this Rule 2.) (Let's call the rule we have been discussing originally Rule 1.)
Here is Rule 2:
When the Rule 1 runs, creating the new card w/the 7 days added, and applied to the card's due date, the DUE DATE NEEDED label should be removed by Rule 2. But, it does not remove the label. So, I experimented several label removal additions to Rule 1, but that didn't work either.
This is how the cards end up:
Thanks again for all your help, and any suggestion you might have for this new odd rule problem.
I'm wondering if it's because the card goes on the board with the due date set already, then Rule 2 doesn't recognize the due date as having been set after the card has been created, so it doesn't remove the label?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Virginia Le this seems like a timing issue. Your first command that copies the cards, sets the due date in a custom field then sets the due date based on that custom field finishes running before the DUE DATE NEEDED label has been added, my guess is that the "when due date is set on card with label DUE DATE NEEDED" is running before the DUE DATE NEEDED label is on the card.
Try adding a filter to your rule that adds the DUE DATE NEEDED label so that it won't operate on cards that are created with a due date like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Iain Dooley , I have that rule in my rules, to set the label any new card w/o a due date. You are correct, there is a timing issue. The card gets the due date needed label after it's placed on the board, even though there is a due date on the card.
The label does come off if I just adjust something in the due date, like the time. It's like Trello doesn't see the due date until I tweak the card.
Strange.
Here's the card generated after Rule 1 runs, Due Date Needed Label stays, even though due date is set:
Here's the card after I tweak the time in the due date, Rule 2 recognizes the due date and removes the label:
Thanks again for all your time. The main thing is that Rule 1 is working.
I've added a new rule (Rule 3) to have the new AD MATERIALS DUE automate the label off:
Huzzah!
-Virginia
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.