Custom States, Seemingly Simple Conditional Issue

I want users to be able to select a cover image from their previously uploaded portfolio. I’ve create the RG of portfolio images, and Custom State to select the photo, problem is, I cant figure out how to create a way to show on the front end that they’ve selected a photo.

Basically, what I want to do is; When the Images is in the Custom State, I want that RG cell to have a boarder so user knows they’ve selected it. What am I miss here?

since you’re checking if the current image is the same as selected cover image, have you tried changing “is in” to “is”.

‘Is’ isn’t listed as an option.