Hi there!
I have two cards within one board that are linked together (also by a Butler automation). When a due date is set on one of the cards (and it didn't previously have a due date yet), I want it to copy the newly set due date to the linked card.
However, this does not seem to be an option within Butler. I can have it find the linked card and set the due date in a week, or on Monday, or whenever, but I cannot copy the due date from the 1st card.
It can move the due date by the same amount of time when the linked card would already have a due date, but this if often not yet the case, so that doesn't work in this case.
I also can't seem to find the answer here in the Trello community. Does anyone know the solution?
Hi @Shelley Barendregt ! Good question - for the moment, there's no way to set a variable on a due date. There is a way to achieve what you want through using custom fields. Here's a video demonstrating how that looks:
"Syncing" due dates between linked Trello cards - Watch Video
Hi @Hannah Humbert - Simpla Workflows , thanks for your reply and the video! Unfortunately custom fields are only available in the paid Trello plan, right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Shelley Barendregt ! Yes, that's right - so the proposed solution would only work if you have the Standard or Premium plan. Just thought of another "solution"...it's pretty convoluted though 😅
For the second rule, you used to be able to say "when anyone enters a card name containing a date, set due on the date and remove the matched text" but I couldn't find the action around removing the matched text. I could have just not been looking hard enough though!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much @Hannah Humbert - Simpla Workflows , this worked!! I made the last step 'and rename {textaftermatch}'.
You're a big help! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, perfect! Glad that's working for you! 🙌
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow! thank you so much for your solutions. They were exactly what I was looking for! We could say you literally improved my forecoming life quality!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Woohoo! Love to hear that 🤩
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hannah Humbert - Simpla Workflows,
I have one problem with the solution, it only changes the date and sets the time to 23.59/11.59 pm on that date - let's say I have a card due Sept 1st on noon, and I change it to 2nd Sept also at noon - the linked card date sets to Sept 2nd 11.59 pm...
Am I doing something wrong or missed something?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Maciek Sosnowski good point! I guess the {cardduedate} variable doesn't look at the card due time. If you want the due time to copy over, you'll need to also use the {time} variable which can be used in combination with {cardduedate}.
So the rule would change to:
when a due date is set on a card, find the first card linked in the attachments, set custom field "Custom due date" to "{triggercardduedate} {triggercardduedatetime}", and set due date on the date in custom field "Custom due date"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Hannah Humbert - Simpla Workflows - but this doesn't work as well. It sets the custom field to the correct hour, but the date is always "today"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's strange - are you able to share the command you've created? Here's what it looks like for me:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've got move, instead of set as my trigger (but the same problem accurs with set for me) and my custom field is DDL. And in this form it still sets for 11.59 pm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Maciek Sosnowski the variable you're using for the due time is wrong. It should be {triggercardduedatetime}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hannah Humbert - Simpla Workflows I tried with both. Apparently there is some loop and Butler stops. Here's my recording: https://drive.google.com/file/d/1zLF1CqH6eyRAJJ606M4MmIbw3Bpzzx44/view?usp=sharing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your variables need a space between them - that's why it's ignoring the due date time. It should look like this:
{triggercardduedate} {triggercardduedatetime}
Not quite sure why Trello is throwing a loop error 🤔 strangely, if the automation reads like this:
when a due date is moved in a card, find the first card linked in the attachments, set custom field "Custom due date" to "{triggercardduedate}{triggercardduetime}", and set due date on the date in custom field "Custom due date"
It doesn't throw the loop error. So the difference is the first action is set to find the first card rather than "for each card".
If you need to use the "for each card" action, you could create a conditional command. E.g.
when a due date is moved in a card in list "Trigger", for each card linked in the attachments, set custom field "Custom due date" to "{triggercardduedate}{triggercardduetime}", and set due date on the date in custom field "Custom due date"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Thank you for your video, it is exactly what I am looking for.
However, I don't know why I can't select the "Custom Due Date" field. It doesn't appear in the proposed custom field. It seems to be because it is a date (all the other custom fields I have created are proposed).
I have the Premium version of Trello.
Do you know how I can solve this problem?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @benjamin_sadacca ! Did you create the field recently? It might just be that Butler hasn't registered the new field yet. You can however just type the field name into the text box in your butler rule - just make sure it's spelled exactly the same.
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.