Skip to main content

Workflow to return values from another layer

Comments

1 comment

  • Permanently deleted user

    Hi Jeff,

    You can do this using a UnionTask and a second QueryTask. Use the UnionTask to combine all of the geometries from your selected set into one geometry, and then use this in the Geometry field of the second QueryTask. You can then leave the Where clause empty. This will return values whose geometries intersect the geometries from your first query. Under the QueryTask properties on the right hand side of Workflow Designer, you can change the Spatial Relationship field if you choose, to only return results that are fully contained, intersect, touches, etc, the results of the first query.

    -Victoria

    0

Please sign in to leave a comment.