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?