Populate list from Arcade

206
4
02-29-2024 11:16 AM
Status: Open
Labels (2)
ChrisBerryman
New Contributor III

Since the enhancement of using arcade within quick capture to pull the nearest feature came out, we have used it several times.  However, in the electric industry when doing aerial patrols of the lines, typically there are multi lines or structures and if it was possible to populate a list based on the proximity to those features, we could accurately report defects via air and also select the correct line/structure if necessary. 

4 Comments
JohnathanHasthorpe
Status changed to: Needs Clarification

Take a look at the following document:

You could use a dynamic choice list that is filtered on location. Each time the list is opened, it could be populated with values from nearby features.

"parameters": "geometry=${longitude},${latitude}&geometryType=esriGeometryPoint&spatialRel=esriSpatialRelIntersects&distance=20&units=esriSRUnit_Kilometer&inSR=4326&outSR=4326"

JohnathanHasthorpe
Status changed to: Open
 
ChrisBerryman

@JohnathanHasthorpe what document are you referring to?  Can you provide a source to that document?

ChrisBerryman

@JohnathanHasthorpe the dynamic choice list you referred too seems to only be when the user first starts the quick capture project.   We are looking for a way to show the dynamic pick list once a user picks a button in case multiple features are nearby.  Also after looking at the dynamic list for quick capture, i did not see anywhere to input a spatial filter.