<?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: QuickCapture loading everything  BUT the Attachment when Offline in ArcGIS QuickCapture Questions</title>
    <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-loading-everything-but-the-attachment/m-p/1700056#M1510</link>
    <description>&lt;P&gt;Hi —&amp;nbsp;@GISMapLad&lt;/P&gt;&lt;P&gt;The behaviour you’re seeing may be due to a known configuration issue that can affect offline workflows with attachments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Why this can happen&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In QuickCapture, features and attachments are submitted as separate requests. In situations where connectivity is intermittent, it’s possible for a feature to be successfully sent, but the associated attachment upload fails.&lt;/P&gt;&lt;P&gt;This behaviour is dictated by whether the feature service supports applyEdits using GlobalIDs. You can check this by inspecting the service’s REST JSON for the following property:&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;supportsApplyEditsWithGlobalIds&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;If this property is set to &lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;SPAN&gt;, attachments are uploaded after the feature has been created and are not guaranteed to be successfully added. In low‑bandwidth or unreliable network conditions, this can result in the feature being created even though one or more attachments subsequently fail to upload.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;However, when &lt;STRONG&gt;&lt;SPAN&gt;supportsApplyEditsWithGlobalIds&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;is set to &lt;STRONG&gt;true&lt;/STRONG&gt;, the behaviour is much more robust:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The feature is only sent once all attachments have been successfully uploaded&lt;/LI&gt;&lt;LI&gt;If any attachment fails, the feature is not sent, allowing the app to retry the entire submission later&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In other words, enabling this property ensures that features will not be missing attachments. To find out how to do so, see the following blog:&amp;nbsp;&lt;A title="How to enable supportsApplyEditsWithGlobalIDs on your feature layer" href="https://community.esri.com/t5/arcgis-quickcapture-blog/how-to-enable-supportsapplyeditswithglobalids-on/ba-p/1576133" target="_self"&gt;How to enable supportsApplyEditsWithGlobalIDs on your feature layer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For hosted feature layers in ArcGIS Online, enabling &lt;STRONG&gt;Sync&lt;/STRONG&gt; is often enough to resolve this. For non‑hosted or Enterprise layers, the same requirements apply as outlined in the Survey123 guidance referenced in the blog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Controlling when records are sent&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be achieved using the app’s &lt;STRONG&gt;Autosend&lt;/STRONG&gt; setting. If Autosend is enabled, QuickCapture will attempt to upload records at a defined interval whenever the app is online.&lt;/P&gt;&lt;P&gt;To avoid this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Disable &lt;STRONG&gt;Autosend&lt;/STRONG&gt; in the app settings&lt;/LI&gt;&lt;LI&gt;Records will remain on the device until the user explicitly sends them (from the map page), for example once they are back on a stable Wi‑Fi connection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="JohnathanHasthorpe_1-1777982234935.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151977iA9F1DB09849F7671/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnathanHasthorpe_1-1777982234935.png" alt="JohnathanHasthorpe_1-1777982234935.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should also note that Auto Send can be set using an &lt;STRONG&gt;organisational setting&lt;/STRONG&gt;, meaning it is possible to enforce the setting for all users in your organisation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Can the images be recovered?&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, once a feature has been marked as successfully sent and the local record has been deleted, the attachments can’t be recovered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Summary&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on your description, this issue is very likely related to a combination of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Intermittent connectivity during upload&lt;/LI&gt;&lt;LI&gt;Automatic sending when a weak connection becomes available&lt;/LI&gt;&lt;LI&gt;A feature service where supportsApplyEditsWithGlobalIDs is set to &lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ensuring that this property is enabled is the most important step for preventing attachment loss in offline QuickCapture workflows.&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2026 12:01:31 GMT</pubDate>
    <dc:creator>JohnathanHasthorpe</dc:creator>
    <dc:date>2026-05-05T12:01:31Z</dc:date>
    <item>
      <title>QuickCapture loading everything  BUT the Attachment when Offline</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-loading-everything-but-the-attachment/m-p/1699387#M1509</link>
      <description>&lt;P&gt;We’re currently running into an issue where attachments are the only pieces not coming through to AGOL when capturing offline. I’m wondering if this might be related to spotty service when the Assessors are working in remote areas—for example, the upload may start but then get interrupted. Since the rest of the data is successfully sent, we’re not seeing an error message.&lt;/P&gt;&lt;P&gt;Is there a way to configure Quick Capture so it waits to send everything until the user is fully back in the office, rather than sending as soon as any internet connection is restored?&lt;/P&gt;&lt;P&gt;Is there a way for me to recover these images? Could they be stored in a cache somewhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/269040"&gt;@JohnathanHasthorpe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 17:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-loading-everything-but-the-attachment/m-p/1699387#M1509</guid>
      <dc:creator>GISMapLady</dc:creator>
      <dc:date>2026-04-30T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture loading everything  BUT the Attachment when Offline</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-loading-everything-but-the-attachment/m-p/1700056#M1510</link>
      <description>&lt;P&gt;Hi —&amp;nbsp;@GISMapLad&lt;/P&gt;&lt;P&gt;The behaviour you’re seeing may be due to a known configuration issue that can affect offline workflows with attachments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Why this can happen&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In QuickCapture, features and attachments are submitted as separate requests. In situations where connectivity is intermittent, it’s possible for a feature to be successfully sent, but the associated attachment upload fails.&lt;/P&gt;&lt;P&gt;This behaviour is dictated by whether the feature service supports applyEdits using GlobalIDs. You can check this by inspecting the service’s REST JSON for the following property:&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;supportsApplyEditsWithGlobalIds&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;If this property is set to &lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;SPAN&gt;, attachments are uploaded after the feature has been created and are not guaranteed to be successfully added. In low‑bandwidth or unreliable network conditions, this can result in the feature being created even though one or more attachments subsequently fail to upload.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;However, when &lt;STRONG&gt;&lt;SPAN&gt;supportsApplyEditsWithGlobalIds&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;is set to &lt;STRONG&gt;true&lt;/STRONG&gt;, the behaviour is much more robust:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The feature is only sent once all attachments have been successfully uploaded&lt;/LI&gt;&lt;LI&gt;If any attachment fails, the feature is not sent, allowing the app to retry the entire submission later&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In other words, enabling this property ensures that features will not be missing attachments. To find out how to do so, see the following blog:&amp;nbsp;&lt;A title="How to enable supportsApplyEditsWithGlobalIDs on your feature layer" href="https://community.esri.com/t5/arcgis-quickcapture-blog/how-to-enable-supportsapplyeditswithglobalids-on/ba-p/1576133" target="_self"&gt;How to enable supportsApplyEditsWithGlobalIDs on your feature layer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For hosted feature layers in ArcGIS Online, enabling &lt;STRONG&gt;Sync&lt;/STRONG&gt; is often enough to resolve this. For non‑hosted or Enterprise layers, the same requirements apply as outlined in the Survey123 guidance referenced in the blog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Controlling when records are sent&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be achieved using the app’s &lt;STRONG&gt;Autosend&lt;/STRONG&gt; setting. If Autosend is enabled, QuickCapture will attempt to upload records at a defined interval whenever the app is online.&lt;/P&gt;&lt;P&gt;To avoid this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Disable &lt;STRONG&gt;Autosend&lt;/STRONG&gt; in the app settings&lt;/LI&gt;&lt;LI&gt;Records will remain on the device until the user explicitly sends them (from the map page), for example once they are back on a stable Wi‑Fi connection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="JohnathanHasthorpe_1-1777982234935.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151977iA9F1DB09849F7671/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnathanHasthorpe_1-1777982234935.png" alt="JohnathanHasthorpe_1-1777982234935.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should also note that Auto Send can be set using an &lt;STRONG&gt;organisational setting&lt;/STRONG&gt;, meaning it is possible to enforce the setting for all users in your organisation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Can the images be recovered?&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, once a feature has been marked as successfully sent and the local record has been deleted, the attachments can’t be recovered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Summary&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on your description, this issue is very likely related to a combination of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Intermittent connectivity during upload&lt;/LI&gt;&lt;LI&gt;Automatic sending when a weak connection becomes available&lt;/LI&gt;&lt;LI&gt;A feature service where supportsApplyEditsWithGlobalIDs is set to &lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ensuring that this property is enabled is the most important step for preventing attachment loss in offline QuickCapture workflows.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 12:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-loading-everything-but-the-attachment/m-p/1700056#M1510</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2026-05-05T12:01:31Z</dc:date>
    </item>
  </channel>
</rss>

