Hi
I try to describe below a limitation if you know a workaround (posted this on a different topic as well)
We're using segment query to filter data
in the marketing email we have iteration as below:
<p>You have purchased:</p>
<ul>
<!-- {{#each contact.contact_product_productid}} -->
<li>{{this.name}}</li>
<!-- {{/each}} -->
</ul>
This displays ALL DATA regardless of segment query (which is a subset of records)
What is a solution as I mark this as big limitation on the personalisation as a D365 feature
kind regards