Displaying fetched data with a repeater.

I currently have a page set up to display content from a database. I have been able to get fetch the required data using forEachItem(), but I do not know how I can display the data I fetched in each repeated container.

For example, I fetched an imageURl source related to each item in my database. If I update the image associate with the repeater, it will change all of the images to the same (last) fetch run.

Any advice?

https://www.wix.com/velo/reference/$w/repeater/introduction