Adding a List of image to the database

Hi,

I would like to store in my database a list of images. That would be the same one as already on the user screen.
I would show the following to the user:

So when you click on the image, the image would be add on a list that would be stored in the database.
But I can’t figure out how to store an image in a list. when I use the function add :plus item it always return me a text, even if i selected a type “Image” or List of Image.

Do anyone know how I could do ?

Please see my app below :

Thank you in advance !!

Your app isn’t public, so we can’t see what is going on.

I think you would be better off using a Repeating Group (you have a lot going with those Button workflows) which pulls in a set of images and then does the add from there.

From what I remember, a list of images (on the image uploader) didn’t work all that well, and it was better to have a list of things (so a new data type called image) that had a field of type image. But that was a while ago and it may have been fixed.