All Collections
Frequently Asked Questions (FAQ)
Website touchpoints
My product items contain images stored within an array. How can I show these within a touchpoint?
My product items contain images stored within an array. How can I show these within a touchpoint?
Odin Bergman avatar
Written by Odin Bergman
Updated over a week ago

This can be done by using the data field and adding the index number.
E.g., if you have an array called images, and you want to select the second image, then you should
use {{images.1}}.
โ€‹
Remember index counting starts at 0,
so the first image is {{images.0}}
the second images is {{images.1}}
the third image is {{images.2}}

Did this answer your question?