Skip to main content

Can Instant Search results be input into a workflow prior to be displayed in the results pane?

Comments

1 comment

  • Permanently deleted user
    Hi Frank, 

     

    Unfortunately, you cannot grab the results from the Instant Search before it gets displayed in the result pane.

     

    However, you can mimic the Instant Search function in a workflow by using a display form with an autocomplete box and then using those values in a Query Task activity to find the feature. Once you have the feature, you can highlight it, zoom to it and extract the geometry from it (i.e. FeatureSet.Features.First().Geometry).

     

    The "Identify" tool can then be activated by running it in a "Run External Command" activity (command: "Identify", command parameter: FeatureSet.Features.First().Geometry).

     

    I hope this helps.

     

    Regards,

     

    Carmen
    0

Please sign in to leave a comment.