How to specify which object was touched within a group of objects?

I’m trying to add a country flag picker to my game, Is there a condition that knows which object within a group is being touched/clicked?

If not, how can I make it so the flag being picked will then be displayed somewhere else in the scene?

image
image

I’m not sure what this is I’m kinda new, What i need is for the game to know which flag the player chose out of like 50 flags… it could be any flag. In this comparison what do i compare it to?

The first argument is an expression that returns the object name, in the second argument you put the name you want to compare against.

Now you make all the rest of the events based on which name the expression will evaluate.