There is a main product. That main product comes with a free tool kit which has 7 items in it. when someone add the main product to cart, then added to cart metric is triggered 8 times as shown in figure.

And when the abandoned cart email is sent, the dynamic product contains some random product among those 7 items instead of the main product. I want the links to be appeared for the main product.
Here're the link address i used:
Image: {{ event.ImageURL|default:'' }}
Product name: {{ event|lookup:'Product Name'|default:'' }}
Dynamic Product Link: {{ organization.url|trim_slash }}/cart
Links shown in image below:



