I am a new bubbler
I created a thing with different fields among them a “list of image” and i see that i successfully populate this field when i check the app data but i am struggling to display this list of image in a repeating group.
i have checked the different topics but i couldn’t find any solution to my problem
This setup can be a little challenging but what you do here is set the repeating group type of content to image and then the data source to the data your are using and select the image fields.
Thanks a lot for your help but unfortunately it didn’t work this way but i found a solution: i converted the “list of image” into a “list of files” and i put the following for the repeating group:
Type of content: file
Data source: file list URL
btw what does URL stand for? i mean why putting URL shows the picture instead of the file’s name
The url just returns the url of the image, so if you take that url and open it in a browser you get that image and the reason it shows the image is because the image element will show the image from that url and not the url.