I am setting up an automation that:
However, only 1 issue is show in the email (1 row) even though as I check the audit log, the query found 2 issues.
If anyone can provide some insights or hints to help, please let me know :( Thanks for your attention.
When you use Lookup Issues to iterate over the issues, you start the iterator, access the issues, and then close the iterator. For example,
{{#lookupIssues}}
{{key}} - {{summary}}
{{/}}
But in your expression you have this at the beginning:
<p>{{#lookupIssues}}{{/}}</p>
And then reference the fields later, so the values are null as they are outside of the iterator block. Please try moving the closing {{/}} to later, perhaps after all rows have been added.
Kind regards,
Bill
Thanks @Bill Sheboy
After playing around with placements of the closing {{/}}, I was able to get exactly what I planned out to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.