Hi Everyone,
I'm using Dynamic code in email to get those records which lies under the condition but, it's not working. My email is going Live but it's not presenting the relative records in a email .. I'M SHARING MY DYNAMIC code. The if statement is basically on option set and im using the number behind the label as it is decribes in this document https://docs.microsoft.com/en-us/dynamics365/marketing/dynamic-email-content
and my dynamic code is
{{#each contact.tv_orderproducttask_contact_regardingobjectid}}
{{#if (eq this.tv_addtoemail 772480000)}}
<li>Product Name: {{this.subject}} Valid To: {{this.scheduledend}}</li>
{{/if}}
{{/each}}
Thanks