We have completed transition from AirTable to Glide tables for our app.
The app contains a lot of images.
In Airtable, each image was stored as a url to the server.
In Glide tables, the image is displayed as an image file in the Glide table.
How do I locate the url of the image in Glide tables?
Use case:
The ‘Generate Image’ integration from OpenAi generates an image per a prompt and displays it in image component.
I want people to be able to download the image.
My thinking is that I could have a simple ‘download’ link tied to an Action…but that requires knowledge of the image url.
Does anyone see an easier way to enable users to download an image?