I have an option set of images that I’d like to use on a repeating group. The image should be a function of the current cell’s value which has a unique ID that I have mapped out in the option set.
So, I have imageX with id 1, imageY with id 2…etc.
When, however, trying to dynamically set an image in the repeating group I can’t do a search for an option group. Is there another way to make the image a function of the data in the current cell?