Link to images

Hi everyone, I need some help with bulk hyperlinking in Glide.

I’m trying to automatically hyperlink certain keywords or tags throughout my app. Ideally, whenever a specific word appears (like an acupuncture point name), it would become a clickable link that opens an image stored online (e.g., Google Drive or a direct image URL).

Is there a way to do this in bulk rather than manually creating each hyperlink one by one? I have too many to handle individually. Any suggestions would be much appreciated!

Thanks in advance!

You could probably create a template column that takes the text as input, and then create replacements with html to for each link. Then display the result in a rich text component.

Thank you Jeff. I was hoping to have those words linked to images so i can click and view the photos. I see the hyperlink will have to open in a browser which would not be ideal if i wrap this up in app stores. Id prefer to have images opened within the app. Is that possible at all?