I see in the example on https://help.trello.com/article/1192-creating-reports-with-butler the screenshot at the bottom shows each card is on a seperate bullet point, but my report is just leaving a space between each. Also is there a way to add the description of each card and/or perhaps even comments?
create a report with all cards without any labels, create a report in variable "Follow_Up" with all cards without any labels, and send an email notification with subject "Subject" and message "\"Follow_Up:\n\n{$Follow_Up}\""
You need a prefix added in the pattern see.
https://help.trello.com/article/821-using-markdown-in-trello
Nope that didn't help sorry, perhaps a bit simpler as I'm not experienced?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let me try.
In pattern put “- {cardname}” when you are creating the report variable. In email body put
”Follow Up \n\n {$Follow_up}
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.