Skip to main content

Trouble with Code Gallery Workflow

Comments

1 comment

  • Permanently deleted user

    Hi Cecil,

    To return the datalink data rather than the layer data it would be best to use a SearchTableParameterQuery activity instead of a standard QueryTask activity. This should return the data from the table as a featureset. From there, you can simply add a FeatureSetToDataTable activity to convert it to a data, and a DataTableToXls activity to convert it to an excel file.

    You would need to include a CreateTempFile activity to create the actual xls file, followed by a DisplayHyperlink activity to allow the user to download the file.

    -Victoria

    0

Please sign in to leave a comment.