-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Automation - Reports
-
None
-
2
-
Minor
Issue Summary
Visual Reports created in Automation don't include all card details that are added through a pattern.
Some details like the Start Date aren't included.
For example, I used the below pattern:
[{cardname}]({cardlink}) - {cardstartdate} - {cardduedate}
When running this as a non-visual report all these details were included, but when making this a visual report the Start date was left out leaving only the Due date like in the below screenshot:

Steps to Reproduce
- Create a report using Automation and add a Pattern to include a Start Date
- Add the report into an email and add _html to the variable to make it a visual report
- Trigger the automation
Expected Results
All the card details added into the Pattern should be included in the report as long as they're available on the cards
Actual Results
Not all details form the Pattern are included (e.g. Start Date)
Workaround
Removing _html from the report when adding it to an email or card to make it a Non-visual report allows all the details from the pattern to be included.