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
The code behind the report created in Scheduled Automations is:
Hi Kalpesh, welcome to the Atlassian Community!
The dollar sign ($) is missing in the variable. It should be formatted like this {$variable}.
This is how your rule will look like after changing it:
every friday at 11:00 am, create a report in variable "fridayreport" with all cards in list "Done 🎉", and send an email notification to "kalps.b@btinternet.com" with subject "Friday Report" and message "{$fridayreport_html}"
This info can be found in this article: https://support.atlassian.com/trello/docs/creating-reports-with-butler/#:~:text=formatted%20like%20this-,%7B%24variable%7D,-.%20This%20tells%20Automation
Let me know if you have any questions, and I'll be happy to help.
Thank you so much - how can I edit this to include activity within cards please?
And can I edit it to select certain Activity updates only please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, it's not possible to have the card activity in the report.
You can use these variables to add card details to the report: https://support.atlassian.com/trello/docs/butler-variables/
The only ones I found regarding activity are {cardlastactivitydate} and {cardlastactivityisodatetime}, which will show the last activity date and time.
Let me know if this helps.
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.