Hello. I have a working app similar to the one detailed in the clickable list app tutorial that functions like a product catalog. When I view details of an item, I would like to add the capability to display an image for each item. Is there a way to add an image column to an existing database "collection"? I figured out how to display an image stored in the "files" portion of the database using your tutorials and support history, but it seems very tedious to add hundreds of image files and then cross-reference all the URL's in the "collection" of the db.
Thanks!