Workflow to return values from another layer
I have a workflow that works great. Returns selected features. Is there any way to return the features from another layer that the selected set overlaps? I need the values from the other layer based on the original query return.
Jeff
-
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
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar