Hi,
I have a scenario for automating some actions and I need your help in formulating it.
On my planning board, I have the following lists:
1. "Today" list
2. "This Week" list
3. "This Month" list
4. "March" list
What I want to do is:
* When I click on the completion mark at any card in "today list", I want the card to move to the "March" list. I have already succeeded in doing this.
* However, when March ends, I will have to edit the automation and replace the "March" list with the "April" list.
Is there a better way to move the card from the "Today" list to the appropriate month list?
Thank you very much, I hope I explained the idea well.
Sure @Hesham Farg - Let me simplify the same workflow
Meantime you can also try to go through this link which could be useful for you to make the use case solvable
Okay, I read the article. What I understood is that I add those brackets to the list name. Is that correct?
Thank you again for your help, I appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hesham Farg - Yes thats correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hesham Farg
Try Butler, which should absolutely help you with this.
As a substitute of hardcoding the "March" list in your automation rule, you can use a dynamic reference to the current month's list. Here's an updated rule:
* Trigger: Card is completed in "Today" list
* Action: Move card to the list named "This Month"
This way, when you complete a card in the "Today" list, it will automatically move to the list named after the current month (e.g., "March" for now). When April arrives, the card will move to the "April" list without needing to edit the automation rule!
This response inputs might also carry some research outcomes from the open source / blogs / user guide
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Humashankar VJ
Thank you for your interest and help. However, I don't think I fully understood your answer. Could you please explain in more detail how to do that step?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, it didn't work. Am I supposed to change the list name in the board, or when I create the automation? Please note that I have a list named "This Month" and another list named "March". When April comes, it will be in a separate list named after it. I mean, the list "This Month" is not dynamic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hesham Farg - Let me try to simplify it from a different perception
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hesham Farg
To get started from your actual ask -
I have already succeeded in doing this.
* However, when March ends, I will have to edit the automation and replace the "March" list with the "April" list.
Below is one of the suggestions:
Please try it out and let me know the outcome.
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.