I want to auto generate an email with an attached csv report for all red items. When generating an automated email with Butler - I am not getting the csv report in the email. Can anyone help so I can view and download the report?
Thank you!!
Try it. Add a report variable by clicking on the double inverted commas, give it a name like my_csv, qualify the selection as you have done, use the pattern an put something like " - {cardname}, {carddescription}" and in your remain add "\n\n{$my_csv}"
Note that what you get is a text in the email body.
To attach an actual csv you need to some add-on or a http request endpoint that converts the {report variable} into a csv and send it via email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.