[GIS] Running a geoprocessing service on selected data in ArcGIS web appbuilder

arcgis-serverarcgis-web-appbuildergeoprocessing-service

I am looking to run a geoprocessing service on a selected subset of feature data in a web app. I can use the entire feature layer as a parameter, but cannot seem to use only features selected either on the map or in the data table.

The end goal is to select one or more parcels in the web app and run a tool on only the selected features. I have tried using both the feature service and the map service as an input.

Is there a way to do this without resorting to using the interactive drawing input and running a spatial join?

Best Answer

If anyone still needs help with this, the newest version of Web App Builder now comes with a Select Widget where you can pass selected features info to other widgets like a Geoprocessing widget. More information about the Select widget here: https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-select.htm

Related Question