View externally hosted images in app

Hi All,

I want to host multiple images in say Dropbox or G Drive and view them in the live app without opening one by one. Assuming they are set as link fields I can’t see a way to show the image itself in a list , details or table view, and if they are saved as an image they need to be hosted on the app.

Is there a way around this, or am I missing something obvious?

Thanks a lot

Hugo

Not sure if this helps, but you can create a text formula called Image HTML like this:

<img src="{Image URL}" />

The Image URL is Dropbox or G Drive.

Now you can display Image HTML anywhere in the app.

1 Like

Perfect thanks, that is exactly what I needed, spot on. I just need to work out if I can adjust sizes etc now…

Cheers