Is there any way to get the identified results from the html viewer into a workflow feature set or list?
Basically we need to grab all the properties within a 25m buffer of a road segment and process those via workflow for mailing labels. This worked fine in GVL as it generated the 25m buffer and I just used that buffer graphic to select the the properties. In GVH 2.5 you can generate the same 25m buffer but it doesn't persist as a graphic markup - disappearing as soon you move to another tool/action. It does however generate a "Indentify Results" list - I'm trying to find a way to load those identified results into a feature set/list in order to process the address' but haven't had any luck.
Does anyone know how to acces the GVH "Identify Resutls" list from a workflow?_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906600000004IYo&feoid=Body&refid=0EM600000004Y41" _/_img_
Thanks,
James
0
-
Hi James,
I believe the "Get Selected Features" workflow activity can be used to get the currently identified results.
- Avery0 -
Thanks Avery - I've tried that succesfully with GVS but can't seem to get it working with GVH as the 'identified results' in the GVH return don't seem to be recognized as selected features - I may just be missing or incorrectly referencing some obvious parameter on the GetSelectedFeatures activity but just can't seem to get it populated. It's looking for a FeatureSet Collection ID or FeatureSet ID and I've tried a number of variables but nothing working so far.
James0 -
Hi James,
According to the documentation, you should be able to leave both of those arguments unspecified (they should default to returning all results in the active collection).
The "Help" documentation says that the activity returns a "list of selected features", but it actually returns a list of 'EssentialsFeatureSet's. Perhaps that could be causing some confusion?
- Avery0 -
How would I use this to pass the selected features into a drop down form? There would be multiple selected features and I'd want to use a combobox of a specific attribute for the user to select which feature to use in the rest of the workflow. I'm thinking I'd put something in the runtime modifications but I'm not sure. 0 -
Use FeatureSetToDataItemList to convert the values for a specific attribute to a DataItemList.
This DataItemList can be the input for a ComboBox on a DisplayForm (no runtime modification required).0
Please sign in to leave a comment.
Comments
5 comments