Hi All,
I would like to combine two standard tools in ArcGIS Web AppBuilder. First I want to run a query using both a spatial Filter and Attribute criteria, then take that result and assign a value and/or name to it.
The workflow would be something like this:
1. Query - Locations that fulfill certain criteria
- Max distance of 15 km
- Assignment Status: Unassigned
- Type: 1, 2, 3, 4, 5 or None
2. Batch Attribute Editor - Edit the output of the Query
- Assign selection to a user ID and Name
- Change assignment status to Assigned
Is there a way to combine these two tools or maybe edit the results table? I have just started using ArcGIS Web AppBuilder and the JavaScript API, so I am not sure whether this would already be a tool in someone custom widget toolbox. If someone could give me some clues how this could be done, I would appreciate it. I can send screen shots of the workflow if that helps.