<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best field/method to use to attach multiple photos to features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1635203#M97443</link>
    <description>&lt;P&gt;Sorry for the incredibly late reply. I thank you for your response!&lt;/P&gt;&lt;P&gt;I ended up just doing it the manual way: Enabling attachments for the layer &amp;gt; Turning on editing &amp;gt; Opening the attribute pane &amp;gt; Adding the attachments individually per record.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 21:26:34 GMT</pubDate>
    <dc:creator>twilliamson_topv</dc:creator>
    <dc:date>2025-07-22T21:26:34Z</dc:date>
    <item>
      <title>Best field/method to use to attach multiple photos to features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619516#M96188</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I had previously set up attachments for a feature class of art for my town. It is seeming that our arts department is going to want to be able to have multiple photos for some of these features.&lt;/P&gt;&lt;P&gt;Before, I had simply used the OBJECTID as the Input Join Field and then had the photos named to match this. For example, OBJECTID 1 had an attachment from a folder of art photos and the corresponding photo in that folder was named "1".&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking this will not work for multiple photos per feature. I have attached a screenshot of the current attribute table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the best way of going about this?&lt;/P&gt;&lt;P&gt;The final product is going to be an ArcGIS StoryMap Map Tour for this art. I know the City of Tempe has multiple photos set up for their art seen here:&amp;nbsp;&lt;A href="https://experience.arcgis.com/experience/878970f6a27d49c6872eea73b1bd65b9/page/Story-Map/" target="_blank"&gt;https://experience.arcgis.com/experience/878970f6a27d49c6872eea73b1bd65b9/page/Story-Map/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would like to not need to do this one by one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 23:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619516#M96188</guid>
      <dc:creator>twilliamson_topv</dc:creator>
      <dc:date>2025-05-29T23:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best field/method to use to attach multiple photos to features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619518#M96190</link>
      <description>&lt;P&gt;A few ways to do this, each with their own compromises:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add multiple attachment fields and populate as many as you need. This is a bad data design practice because you now have a maximum attachment limit, and any feature without that maximum has a bunch of null data, but it can be a practical solution.&lt;/LI&gt;&lt;LI&gt;Create a table of attachment links and define a one to many relationship class from the art points to the attachment records. The main limit here is configuring your pop-ups to load in the photos in a user-friendly way regardless of how many there are, I'm stuck on Enterprise 11.1 so maybe someone else will come in with some pointers.&lt;/LI&gt;&lt;LI&gt;Use the standard ArcGIS attachment format on your feature class and load the photos in there. This has the best compatibility with web maps but it means a copy of your source data has to sit in a special database table.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 29 May 2025 23:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619518#M96190</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-05-29T23:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best field/method to use to attach multiple photos to features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619519#M96191</link>
      <description>&lt;P&gt;Awesome response! Thank you. I will explore these options, but it sounds to me like Number 3 may be my best bet for this process.&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 00:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619519#M96191</guid>
      <dc:creator>twilliamson_topv</dc:creator>
      <dc:date>2025-05-30T00:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Best field/method to use to attach multiple photos to features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619621#M96207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/853411"&gt;@twilliamson_topv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the terrible comment.. but I believe I successfully achieved this prior. I don't remember the exact naming sequence I used, but I believe I just ran the #Add Attachments Tool for however many photos I had to add to a feature i.e. if I had 4 photos to batch add to a feature, I ran the #Add Attachment tool 4x. It doesn't seem to matter if the other features only have 1 or 2 photos, it worked.&lt;/P&gt;&lt;P&gt;&lt;A href="https://mediaspace.esri.com/media/t/1_8jmjs1pl" target="_self"&gt;Working with Multiple Attachments in ArcGIS Pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 15:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1619621#M96207</guid>
      <dc:creator>Debert</dc:creator>
      <dc:date>2025-05-30T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best field/method to use to attach multiple photos to features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1635203#M97443</link>
      <description>&lt;P&gt;Sorry for the incredibly late reply. I thank you for your response!&lt;/P&gt;&lt;P&gt;I ended up just doing it the manual way: Enabling attachments for the layer &amp;gt; Turning on editing &amp;gt; Opening the attribute pane &amp;gt; Adding the attachments individually per record.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 21:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1635203#M97443</guid>
      <dc:creator>twilliamson_topv</dc:creator>
      <dc:date>2025-07-22T21:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best field/method to use to attach multiple photos to features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1691231#M102402</link>
      <description>&lt;P&gt;I posted a similar topic and have found the solution &lt;A title="arcgis-pro-questions/add-attachements-specifically-multiple-attachments" href="https://community.esri.com/t5/arcgis-pro-questions/add-attachements-specifically-multiple-attachments/td-p/1569539#M102400" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 13:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-field-method-to-use-to-attach-multiple-photos/m-p/1691231#M102402</guid>
      <dc:creator>Debert</dc:creator>
      <dc:date>2026-03-18T13:06:03Z</dc:date>
    </item>
  </channel>
</rss>

