I useGoogle Sheet as my database storage, and I am using the multiple image column type on my glide app.
For regular image upload, Glide generates storage link so we can see the picture without having to open the app (example below). I would like for similar link for multiple image column type as I need the content to present in 3rd party format (pdf, google sheet, etc)


You can use a Joined List column and target it at the Multiple Image column. That will give you a comma separated list of Image URLs.
If you want that to show up in the attached Google Sheet, you would need to use an action to write the URL list to a non-computed column.
2 Likes
thank you for the answer! but what if I want it to be in one link? and how can I generate a QR code for that link?
What would you expect a single link for multiple images to look like?
You can use the QR Code column to generate a QR Code.