How to load all photos from Airtable on starting and make a offline slide show thereafter?

My app has an image component in the 1st screen. It has to change the picture every 5 seconds, But it has to load all the images(links) from Airtable on startup and should run offline thereafter.

I tried a way but not working

I don’t think that’s possible.

Images stored in Airtable would need to be stored as urls (text strings). When you bring them into Thunkable, they will point to cloud-based locations. If the device goes offline, it won’t display those images.

The only way I can think to do this is to store the images as base64 text strings in Airtable, download all of the strings in Thunkable and then display them when needed.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.