How to dynamically use images from an option set

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?

Hi there, @dave19… you can’t do a search to get an option in an option set, but you can get all of the options (using the Get an option operator) and then use the :filtered operator to get to the option you want.

Hope this helps.

Best…
Mike

1 Like

very cool. Thank you!

1 Like