<?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: EXIF data in form in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1599219#M10609</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/782933"&gt;@RemcoBr&lt;/a&gt;&amp;nbsp;Did you ever make progress on this? I have a dataset that needs to be accessed from both Survey123 and Field Maps. I am struggling to get the Exif calculations to fire while collecting in Field Maps. My Arcade works fine when a photo is already attached, but there seem to be issues with pulling it pre-attachment.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 21:35:23 GMT</pubDate>
    <dc:creator>SFM_TravisBott</dc:creator>
    <dc:date>2025-03-25T21:35:23Z</dc:date>
    <item>
      <title>EXIF data in form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1484370#M8795</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am working on a quite simple form in Field Maps and&amp;nbsp;trying to pull EXIF metadata of attached photographs into the form. This would be especially helpful for the date/time of the photographs. I am now using the simple 'Now()' expression, but this would of course return the current time (when one's using the form).&lt;/P&gt;&lt;P&gt;My current expression (see below) returns the correct value when I am designing the form. However, when I am using the Field Maps app on my phone and take a new photograph, an error is returned. Any ideas on what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var features = [];
var att = attachments($feature, {metadata: True});
if (count(att) &amp;gt; 0) {
     for (var a in att) {
          push(features, att[a].exifInfo) 
     }}
//return features;
return features[0][0]['tags'][6]['value'];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1484370#M8795</guid>
      <dc:creator>RemcoBr</dc:creator>
      <dc:date>2024-06-04T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Betreff: EXIF data in form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1525636#M9361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/782933"&gt;@RemcoBr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm not sure if this is possible in Field Maps but you can use&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/working-with-exif-image-metadata-in-survey123-for/ba-p/891687" target="_self"&gt;&amp;nbsp;a Survey123 Form for capturing points, data, pictures and extracting the exif data there&lt;/A&gt; and show the points with attachments and exif data as "normal" attributes in Field Maps.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 09:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1525636#M9361</guid>
      <dc:creator>HannesVogel</dc:creator>
      <dc:date>2024-08-22T09:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: EXIF data in form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1599219#M10609</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/782933"&gt;@RemcoBr&lt;/a&gt;&amp;nbsp;Did you ever make progress on this? I have a dataset that needs to be accessed from both Survey123 and Field Maps. I am struggling to get the Exif calculations to fire while collecting in Field Maps. My Arcade works fine when a photo is already attached, but there seem to be issues with pulling it pre-attachment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 21:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1599219#M10609</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2025-03-25T21:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: EXIF data in form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1599344#M10613</link>
      <description>&lt;P&gt;Unfortunately, no. I’m still facing the same issue. It works fine for photos that are already attached (so in post-processing), but I haven’t been able to get it to work before uploading the photo.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 09:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1599344#M10613</guid>
      <dc:creator>RemcoBr</dc:creator>
      <dc:date>2025-03-26T09:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: EXIF data in form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1649306#M11371</link>
      <description>&lt;P&gt;Just experimented with this also. It seems that attachments() calls the attachment featureset from the cloud, so current changes are not yet applied and therefore won't appear. But on top of that, even for photos that are already in the cloud, the metadata doesn't contain an exifInfo in my case. It works fine in the popup of the web map, but not in Field Maps. There,&lt;/P&gt;&lt;LI-CODE lang="c"&gt;att[a].exifInfo&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;evaluates to null.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 10:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/exif-data-in-form/m-p/1649306#M11371</guid>
      <dc:creator>CSDING_GIS</dc:creator>
      <dc:date>2025-09-10T10:54:50Z</dc:date>
    </item>
  </channel>
</rss>

