I am new on bubble, so forgive me if this is very stupid question.
I playing around with bubble, and created a instgram type application. I am letting user upload and store multiple images in one post. but while showing it on wall, the images are not loading in repeating group of type image.
I have a repeating group loading images from mutiple file uploader which work perfectly fine.
The issue here is with your data source. You need to specify which data will provide the images. It might be something like Do a Search for Images, or something like that. Right now, you are basically saying, “I want the source of data to be this cell’s data.”
postImage holds the image which is the in data source. I have given current posts postImage, which is list of image. Also, when the postImage which is list having only 1 image, it shows, but when i have 2 or more it does not show the images.