Showing Image from dropdown

I also think this is a problem from simple cause, however, I need some help.
I followed all information that I could found, like this forum topic.
As mentioned in the title, I’m trying to showing some Emotion images from dropdown. So I made data type “Emotion” and put two filed, “EmotionName”(type: text) and “EmotionImage”(type: image) into this data type. And I go to App data tap and uploaded 12 images.

Next, I created a dropdown and configured it as shown in the image below.

I didn’t add any constraint, just put “Search for Emotions” and “Current option’s EmotionName” into each space.
Last, I go to preview, and found that the dropdown shows blank.
I tryed figure out this problem, like, checking Conditional “Search for Emotions:first item is empty” work. It says true.


I apologize if this is a simple question, but I can’t figure out what I’m missing. I’m new to both Bubble and development in general, but I’ll do my best to understand your explanation. Would anyone be willing to help me?

Ok, I solved it. I was made the data type private. Now I made a new data type publicly visible.