Hi
do you know if you can count the results of a query in the marketing email ?
example below:
<p>You have purchased:</p> <ul>
{{#each contact.contact_product_productid}}
<li>{{this.name}}</li>
{{/each}} </ul>
some group by can have 3 results other 10 etc
do you know which function/method for "this" obj can be use to give you the results count ?
thank you