[SOLVED] Image not displaying

No, I haven’t been able to fix that. I used guides such as this one which seem to be adopted as the accepted method to query airtable to set my blocks.
This thread may have my answer. I’ll need to study it and see if it works for me. Any suggestions are welcome.

It’s actually fine to store the images in a list. But when you try to display them, you need to get a list item rather than trying to display the entire list as an image.

At the bottom of the screenshot you posted above, you have:

set Image1’s Picture to app variable temp

Instead, you need to do:

set Image1’s Picture to in list get #1

(see Lists Blocks - Thunkable Docs for the Get block)

Try that and let me know if you can see an image. If that doesn’t work, try different values for #1 (2, 3, 4).

1 Like

Thanks so much - the image appears now. Your help has been greatly appreciated!

3 Likes