I have a problem with viewing images that are in a folder other than appsheet.
I have a table (which we will call Table B) in the appsheet linked to the “Icone” folder of google drive where my images are located.
In table A there is an enum column from which you can choose images, but when I choose an image only the image name is saved, not the path.
So this column, after choosing them, fails to display the images. I tried to create another column that concatenates “Icone/” with the name of the image, but in this case instead of the name of the image it returns the link, so the result is "Icone/https:…"and obviously it doesn’t work, if I remove “concatenate” it always returns only the name and therefore it doesn’t work the same.
So I would like it to return either the link or the path as a value, but I can’t.
Of course I could easily fix it by putting the images in the app’s default folder, but now it’s become a personal battle (which I’m missing).
Can anyone help me?