<?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: Geoprocessing services: Send feature(s) selected in map as parameters for tool? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/geoprocessing-services-send-feature-s-selected-in/m-p/1686422#M22543</link>
    <description>&lt;P&gt;Update: I do not have a working product yet, but here is what I found so far.&lt;/P&gt;&lt;P&gt;There does not seem to be any way to hard code in a specific layer. This is annoying.&lt;/P&gt;&lt;P&gt;It appears that the route to go is to use a Feature Set Parameter (GPFeatureRecordSet). This connects nicely to the local map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, any selections are ignored. What is then passed to the tool is the layer's source URL, which is not what I'm looking for.&lt;/P&gt;&lt;P&gt;I have been able to pass in the selection by using the Table Widget and "Set as Analysis Input".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-24 123458.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot 2026-02-24 123458.png" style="width: 209px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148879i4F7BCB352015B98F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-24 123458.png" alt="Screenshot 2026-02-24 123458.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-24 123537.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot 2026-02-24 123537.png" style="width: 328px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148880iF990BC60A4BB01F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-24 123537.png" alt="Screenshot 2026-02-24 123537.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, this a weird extra step that I don't feel my users should have to do.&lt;/P&gt;&lt;P&gt;I thought perhaps there may be a way to do that through an action on the table widget, but I struck out on that; it only lets you select related features or zoom to them on the map.&lt;/P&gt;&lt;P&gt;Again, though, I'm really looking for a way to hard-code in the layer I want to use and just use whatever it has selected.&lt;/P&gt;&lt;P&gt;If anyone has any tips I'd really appreciate it.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 21:27:17 GMT</pubDate>
    <dc:creator>ShareUser</dc:creator>
    <dc:date>2026-02-24T21:27:17Z</dc:date>
    <item>
      <title>Geoprocessing services: Send feature(s) selected in map as parameters for tool?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/geoprocessing-services-send-feature-s-selected-in/m-p/1685592#M22511</link>
      <description>&lt;P&gt;I'd like to build a Geoprocessing service to generate a report for a Survey123 record, to be used in an Experience Builder Geoprocessing/Analysis widget. The feature report widget is not viable at this time for reasons listed here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-report-widget-invalid-dataurl/m-p/1684409#M22472" target="_blank"&gt;Experience Builder Report Widget: Invalid dataUrl ... - Esri Community&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/report-widget-turn-off-quot-save-to-arcgis-account/m-p/1684444#M22474" target="_blank"&gt;Report Widget: Turn off "Save to ArcGIS Account"? - Esri Community&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have the basis of the tool built and can successfully generate a report.&lt;/P&gt;&lt;P&gt;Where I'm running into problems sending the selected features to the tool (and also making sure that there is a selection).&lt;/P&gt;&lt;P&gt;If I were doing it in Pro, I'd do something like "aprx.activeMap, listLayers("layerIcareabout")[0], getselectionSet()".&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can do I feed selected layers to the tool in AGOL? I always want a particular feature service used but I want it to be map-aware so I'm not trying to generate a report for every record.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 18:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/geoprocessing-services-send-feature-s-selected-in/m-p/1685592#M22511</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2026-02-20T18:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing services: Send feature(s) selected in map as parameters for tool?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/geoprocessing-services-send-feature-s-selected-in/m-p/1686422#M22543</link>
      <description>&lt;P&gt;Update: I do not have a working product yet, but here is what I found so far.&lt;/P&gt;&lt;P&gt;There does not seem to be any way to hard code in a specific layer. This is annoying.&lt;/P&gt;&lt;P&gt;It appears that the route to go is to use a Feature Set Parameter (GPFeatureRecordSet). This connects nicely to the local map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, any selections are ignored. What is then passed to the tool is the layer's source URL, which is not what I'm looking for.&lt;/P&gt;&lt;P&gt;I have been able to pass in the selection by using the Table Widget and "Set as Analysis Input".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-24 123458.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot 2026-02-24 123458.png" style="width: 209px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148879i4F7BCB352015B98F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-24 123458.png" alt="Screenshot 2026-02-24 123458.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-24 123537.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot 2026-02-24 123537.png" style="width: 328px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148880iF990BC60A4BB01F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-24 123537.png" alt="Screenshot 2026-02-24 123537.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, this a weird extra step that I don't feel my users should have to do.&lt;/P&gt;&lt;P&gt;I thought perhaps there may be a way to do that through an action on the table widget, but I struck out on that; it only lets you select related features or zoom to them on the map.&lt;/P&gt;&lt;P&gt;Again, though, I'm really looking for a way to hard-code in the layer I want to use and just use whatever it has selected.&lt;/P&gt;&lt;P&gt;If anyone has any tips I'd really appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 21:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/geoprocessing-services-send-feature-s-selected-in/m-p/1686422#M22543</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2026-02-24T21:27:17Z</dc:date>
    </item>
  </channel>
</rss>

