Skip to main content

Is there any way to get the identified results from the html viewer into a workflow feature set or list?

Comments

5 comments

  • Permanently deleted user
    Hi James,

     

    I believe the "Get Selected Features" workflow activity can be used to get the currently identified results.

     

    - Avery

     

     
    0
  • Permanently deleted user
    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.

     

    James
    0
  • Permanently deleted user
    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?

     

     - Avery
    0
  • Permanently deleted user
    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
  • Nico Burgerhart
    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.