I have a spreadsheet with 3 columns: name, image and rule. I have a fold with images in the drive and I copy each image’s link for the correspondente row in spreadsheet.
On thunkable screen, I have two labels: one for name and another for rule and an image. In the blocks, I get the information from spreadsheet and put them in the screen in their respective places.
The label with name and rule are working correctly, but the image doesn’t work, no image appears in the screen.
I’ll attach the blocks print so you can understand.
Set a Text Input’s text to the get row object block for the “Foto” property.
Copy the result from the Text Input field.
Open an Incognito window in Chrome or another browser.
Paste the result and press return.
Are you able to see the image in the browser when you do that? If not, then you need to fix the image url permissions.
Are these Google Drive images or are they stored on your hard drive? It would also be helpful if you can post the image url from the spreadsheet so we can check it.
I opened the url’s link from images that are on spreadsheet on an incognito window and I was able to see the picture that I want to appear on thunkable’s screen.
The pictures are saved on Google Drive and the pictures’ links are from there.
If you try to assign that to an Image component in the design tab in Thunkable, it doesn’t show anything. You need a url that works when manually assigned to an Image component.
Maybe that one fails because it has two spaces in the url?
I would recommend trying to host the images in Cloudinary as @ioannis suggested.