Hey I'm hoping someone can help diagnose why my command is not working for Butler. My first time using Butler. The command seems pretty simple, but every day I get an email saying that Trello could not do it.
What is wrong with this command?
every weekday at 3:00 am, rename list "Done Today" to "{lastdateshort}", and create a new list named "Done Today"
Can anyone help?
Hi Eduardo,
I've taken a look into your command and can see that the issue is with the variable "{lastdateshort}". The command is not executing correctly because lastdateshort is not a valid variable and therefore returns nothing and we can't rename the list to nothing.
I believe what you want instead is either {previousworkingday_dateshort} or {yesterdaydateshort}.
You can also view the errors for your command by visiting the command log for the command. https://help.trello.com/article/1168-command-log
Hi Andrew, thank you. I did not pick up on the part starting "the following variables" in the guide. Will use different variable. Thanks
"You can prepend last and next to the following variables. For example: {lastweeknumber}
, {nextusmonthweeknumber}
,{nextquarternumber}
, {lastyearshort}
."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using {date-1d} and format it to what you need by adding ~....not sure "last" would apply {datesshort}. My guess you wanted yesterday.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try also {yesterdaydateshort}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you milynnus! I misread the variables instructions in the guide. Some variables you can prepend last and next but I was applying those to the wrong list of variables. Much appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.