Show Results
I have a workflow that takes each point in a layer, buffers that point and selects other points in the buffer. It adds the results to a collection array and then once it has finished looping through I want it to display the results of the collection but I can't figure out what I am missing or have configured incorrectly.

The basic workflow is
- Query the points layer
- create the empty collection (ProximityPoints)
- Loop through each point
- Buffer each point
- Select features inside the buffer
- Add results to ProximityPoints collection where count is greater than 1
- Exit loop when finished
- Show results ($ProximityPoints.results)
The For Each Container

The Show Results

The Confirm displays a length of the collection and it shows there are values.
Any suggestions on how to get the results to display?
-
For completeness, I got a solution to the above. It is a convoluted solution as it has to query the layer multiple times but hopefully it is helpful for others.
Basically, I needed to get the object ids from the feature set created earlier in the workflow, then 'query layer' using the ids, then using that result to 'show results'.
1
Please sign in to leave a comment.
Comments
1 comment