Hi!
I'm needing help developing this idea i have. I have a collection which has a column called Imagen1:"im_imagen1" that stores an image from an AddMediaButton.

I can display the image using an Image control with "im_imagen1.Image". But now, I would want to have a button that when i click it, the app opens that image in a new browser tab.
Will i be able to download that image in that browser tab?
Thanks!