Listing clicked elements on an area on a list in another area of the screen

Hi,
I’m trying to figure out how to do this on wappler and I’m out of ideas:
My screen has two areas, one main area with images (I’m thinking cards should be the correct option here), and a column (list) on the right.

The idea is that when I click an image I want that item to “move” to the column list on the right. In the end, I want a list of all items clicked.

Could you please lend me a hand on figuring out what bootstrap element should I use to do this?

Thanks in advance.

Hi Manuel, if the idea is to move an image from one location to another, there is no need to envelope the image in another container, you should be able to use the IMG element to do that.

The main thing is to have the mechanics of the motion in place; do you have that?