<?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: Data download from ArcGIS Server Feature Service in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1187922#M6503</link>
    <description>&lt;P&gt;When the dashboard loads the data, it's just sending a GET to some URL and getting the response, then the dashboard parses the response and renders it. That means the service is sending back data in some format.&lt;/P&gt;&lt;P&gt;If you had the service URL, there's no reason you couldn't alter the GET request and have the response save to a spatially-enabled file like a geoJSON.&lt;/P&gt;&lt;P&gt;It's not a nice built-in feature like the download button, but it&amp;nbsp;&lt;EM&gt;is&amp;nbsp;&lt;/EM&gt;possible to download data from registered services.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 17:24:06 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2022-06-29T17:24:06Z</dc:date>
    <item>
      <title>Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1185992#M6475</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From reading the documentation it states that the download data function in ArcGIS Dashboard only is available where the source is a, ArcGIS Online hosted feature layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/dashboards/latest/create-and-share/download-data.htm" target="_blank"&gt;https://doc.arcgis.com/en/dashboards/latest/create-and-share/download-data.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am wondering if there is a work-around or if this will be possible if the data source is an ArcGIS Server Feature Service?&lt;/P&gt;&lt;P&gt;We publish a large number of services with AGS, some of them with export capabilities. These services are registered as items in ArcGIS Online and utilized in dashboards, where it would be great to have to option to export the data.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1185992#M6475</guid>
      <dc:creator>JonasRugtvedt_Geodata</dc:creator>
      <dc:date>2022-06-24T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1186015#M6477</link>
      <description>&lt;P&gt;If you can access the service and submit a query to the REST endpoint, you should be able to save the output to a spatial file. This will depend on the service's capabilities, though.&lt;/P&gt;&lt;P&gt;What's the service URL?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1186015#M6477</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-06-24T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1186598#M6483</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;The dashboard is hosted in ArcGIS Online and I fail to see how one can send request from the dashboard to an ArcGIS Server feature service and how to tie this up with the download data functionality?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonasRugtvedt_Geodata_0-1656309684437.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44472iD8873ACCC8921238/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonasRugtvedt_Geodata_0-1656309684437.png" alt="JonasRugtvedt_Geodata_0-1656309684437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonas Rugtvedt,&lt;/P&gt;&lt;P&gt;Geodata AS&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 06:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1186598#M6483</guid>
      <dc:creator>JonasRugtvedt_Geodata</dc:creator>
      <dc:date>2022-06-27T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1187922#M6503</link>
      <description>&lt;P&gt;When the dashboard loads the data, it's just sending a GET to some URL and getting the response, then the dashboard parses the response and renders it. That means the service is sending back data in some format.&lt;/P&gt;&lt;P&gt;If you had the service URL, there's no reason you couldn't alter the GET request and have the response save to a spatially-enabled file like a geoJSON.&lt;/P&gt;&lt;P&gt;It's not a nice built-in feature like the download button, but it&amp;nbsp;&lt;EM&gt;is&amp;nbsp;&lt;/EM&gt;possible to download data from registered services.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 17:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1187922#M6503</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-06-29T17:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1188556#M6506</link>
      <description>&lt;P&gt;This sounds like a good solution for downloading the data, but we are looking for more of a built-in method.&lt;/P&gt;&lt;P&gt;Our end-users are mostly non-technical personal that uses the dashboard to explore and analyze information and they need a way to easily download the views they make in the dashboard. The download data functionality that is available with hosted feature services is great, so we are hoping this would be possible to also use with an ArcGIS Server Feature Service.&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 06:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1188556#M6506</guid>
      <dc:creator>JonasRugtvedt_Geodata</dc:creator>
      <dc:date>2022-07-01T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1192473#M6554</link>
      <description>&lt;P&gt;I have essentially the same question! Not sure why it needs to be a hosted feature layer? I noticed one other thing since upgrading enterprise to 9.1.&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/data-store-items.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/latest/use/data-store-items.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if creating an item from the server registered datastore would allow for the download functionality that exists for hosted data?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1192473#M6554</guid>
      <dc:creator>DarylHochhalter</dc:creator>
      <dc:date>2022-07-15T14:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1227664#M6959</link>
      <description>&lt;P&gt;Any update on this? Running into the same issue, would like to export data from a REST/feature service on an Enterprise Portal, rather than one hosted on ArcGIS Online, using an ArcGIS Online Dashboard. Currently don't get the option to enable download in the widget, even when Extract is enabled in the feature service. Quite a bummer.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 20:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1227664#M6959</guid>
      <dc:creator>AaronKoelker</dc:creator>
      <dc:date>2022-11-01T20:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1260926#M7382</link>
      <description>&lt;P&gt;+1 for this request.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 15:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1260926#M7382</guid>
      <dc:creator>ArmandFrançois</dc:creator>
      <dc:date>2023-02-23T15:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1340453#M8601</link>
      <description>&lt;P&gt;&lt;SPAN&gt;+1 for this request.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 13:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1340453#M8601</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2023-10-23T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1497675#M9868</link>
      <description>&lt;P&gt;Did you figure a solution for this? I want the public to be able to download the source data, not just the summarized data from the table (which is a nice feature, but I want all fields). Thanks!&lt;/P&gt;&lt;P&gt;+1 for this request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 15:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1497675#M9868</guid>
      <dc:creator>ShariF</dc:creator>
      <dc:date>2024-06-26T15:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1517444#M10106</link>
      <description>&lt;P&gt;+1 yes please&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 13:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1517444#M10106</guid>
      <dc:creator>ola</dc:creator>
      <dc:date>2024-08-09T13:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data download from ArcGIS Server Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1606069#M11012</link>
      <description>&lt;P&gt;we have the same issue.&amp;nbsp; has anyone been able to create a work around, has dashboard been upgraded to do this now?&amp;nbsp; the dashboard features work way better than my capabilities to recreate the whole thing in experience builder and try to get all the functionality of the dashboard with ease.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 15:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-download-from-arcgis-server-feature-service/m-p/1606069#M11012</guid>
      <dc:creator>MarkGambordella</dc:creator>
      <dc:date>2025-04-15T15:29:45Z</dc:date>
    </item>
  </channel>
</rss>

