Using the new multiple images data to convert into links

Hello

I’m trying to figure out how to make multiple images inside a cell be converted into usable links.

Right now I have images in a multiple images cell. I’m able use Joined List to convert them into:

https://storage.googleapis.com/glide-prod.appspot.com/uploads-v2/example.jpg, https://storage.googleapis.com/glide-prod.appspot.com/uploads-v2/example2.jpg

Is there any way to make them into a format like this:

<img src="https://storage.googleapis.com/glide-prod.appspot.com/uploads-v2/example.jpg"><img src="https://storage.googleapis.com/glide-prod.appspot.com/uploads-v2/example2.jpg">

I’m trying to send this to a PDF to print
The solution is probably right in front of me but I can’t figure it out. Or is there a better approach?

You could change the delimiter in your joined list column to contain the HTML tags between items instead of a comma. Then use a template column to combine the beginning and ending tags with the joined list column.

1 Like

Thank you

wish there was a better way but that will do the job