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
Very new Trello user here. I'd like to create a staged due date automation that sets a date in a custom field based on due date vs current date (three days before due date, two days before due date, etc). It looks like custom date field automation is limited to a relationship with either the present or static time ("two days from now" or "Jan 4 2025"). It looks like this was super-solvable in previous Butler interfaces but now the rules aren't editable in the same way.
Is there a workaround? An automation to set a date on checklist items would also work.
Hey @Tal Alexander
If you change your Custom Field type to be a plain text field, you can use a combination of Butler variables and arithmetic to do what you're looking for. Once you're custom field is a plain text field you can use Butler to set it to something like the below which will make the date 3 days before the cards due date:
{cardduedate-3d}
You can find out more about this on this page here - https://support.atlassian.com/trello/docs/arithmetic-and-formatting-in-date-variables/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.