Hi @oboda7,
To clarify this part of your question:
>What I want to achieve is to have one UCC with a variable that increases the number by one each time a new UCC is inserted.
By "each time a new UCC is inserted" are you referring to inserting into a new email template? And also is your desire that this would be an incrementing integer? For example, you want the integer to be 0 for the Template A, 1 for Template B, 2 for Template C and so forth?
~Chloe
Hi @chloe.strange,
Yes and No, I mean inserting into a new template, but also into the same template multiple times.
f.e. I have 2 templates and I want to insert this UCC 4 times into all templates, so:
- in template 1, I want UCC 1, 2, 3, 4 (let’s say 0, 1, 2, 3)
- in template 2, same, UCC 1, 2, 3, 4 (let’s say 0, 1, 2, 3)
Hi @oboda7,
The recommendation would be to loop over the items. This article will walk you through those steps.
~Chloe
Hi @chloe.strange, that’s not what I need, but thank you. I need to insert a component independently in different places, just with different data