Select to view content in your preferred language

Hyperlink attachments in ArcGIS Online

129
1
yesterday
Labels (1)
NickCooper1
Emerging Contributor

Hello.

 

I'm looking to attach pictures to certain points within a feature class in ArcGIS Online. I'm aware that you can 'configure pop-ups' but in my experience, it added the picture for the entire feature class when I just wanted the certain point to be associated with a certain picture.

I then tried to hyperlink my picture in the attribute field, which did work, but I'm looking to attach 2-3 pictures per point, and I only see one hyperlink slot. I have 'enabled attachments' in ArcGIS Pro, but when I save the web map, the attachments don't get translated to ArcGIS Online. 

Does anyone have a work around to this or can offer some advice that I'm missing? Thank you all so much!

0 Kudos
1 Reply
EMani
by Esri Contributor
Esri Contributor

Hello @NickCooper1 

If you are looking to add an image from attachments:

Here you can see I have added 2 attachments to my record.
EMani_0-1780068473016.png

Here, I have added an attachment viewer using +Add Content in the pop-up.

This way shows multiple images at a time in the pop-up.

 Screenshot 2026-05-29 162837.png

You can add text and other content types to the pop-up along with your attachments.

Screenshot 2026-05-29 163206.png

You should see the attachments in the table when you look at the data view of your layer.

 EMani_2-1780069013561.png

If you are looking to add a hosted image from a URL:

You would add a field {Link1} in your table and add links to each record as text "https://yoursite.com/your-image123"

Screenshot 2026-05-29 171712.png

You can add as many fields as you have images. So if you want 3 images per record, add 3 fields {Link1} {Link2} {Link3}

Then add an image content type to the pop-up using +Add Content.
 Screenshot 2026-05-29 165653.png

In the URL field click the {} and add your field.

Then add another image content block for Link 2 and another for Link 3.

This way shows only one image at a time in the pop-up.

EMani_0-1780071235175.png

 

Add Attachments (Data Management Tools)

Configure and manage attachments on hosted feature layers

Let me know if this is the workflow you are looking for.