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}}
Written by Odin Bergman
Updated over a week ago