Digest Email Workflow test not showing step events -

Hi guys, thanks for help ahead of time.

In my custom code for the email, I have:
<p>You subscribed to be notified when an article or intelligence report is published with a particular tag.</p>
<p>
{{#each step.events}}
<p>{{docType}} published with tag: {{subTag}} - <a href={{urlRef}}>{{linkTitle}}</a></p>
{{/each}}
</p>

and am passing an array of 2 with each of those example variables on test, like so:
{
"urlRef": "https://xxxxxxxx/intelligence/reports/25164",
"linkTitle": "BioE OCV-S",
"docType": "intelligence report",
"subTag": "OCV"
}
. When I test it, I receive the email, but no list of the step.events. Yes, I know the url is not correct, it's for security.
Was this page helpful?