Upload Image in Cover Image column in Inventory Management app

Changing template of Inventory Control app. cannot add image in Cover Image column

image

That’s a computed Single Value column. It doesn’t hold a value. It pulls it from somewhere else. Check the configuration for that column.

image
I am new here and can’t seem to find my way to where I can up load the images

So where exactly are you uploading your images?

Looks like it’s trying to pull the last image from the Products table through the products relation. You either need to make sure the relation column is finding a matching row and the last matching product row has an image, or in whatever table you are showing, you need to add it’s own image column.

1 Like

Thanks, Jeff
The column I was working with is in a template I copied from Glide.
It has way more features than what I need for my app, so I had decided to do what you suggested and use a column for images. I will need to set up a way for end users to select an image from the column and add the item to a shopping cart. Still a lot for me to learn, but I am enjoying the process

1 Like