Hi,
one of the columns in my Google sheet stores the complete (external) url of the images, like https://fietsbieb.be/images/fietsen/brugge/F343.jpg
I can add an image-widget, connect it to the corresponding column if the database. Then the editor shows the image of the first record, what is correct.
But when I run the app (on PC) in preview-mode, no image is shown. Even when I change the record (with an input-field) all the data of that new record is shown correctly, but no image.
(The data is retrieved by a set sql query that works good for text-based data)
Can an image-widget contain a variable URL ?
Wim