Viewer loses data formatting after workflow
I have a workflow that does a simple query. When I write the results back to the resultsview all of the formatting is gone (i.e. custom field names - CORDN should be "Northing", CORDE should be Easting, etc.) I am assuming it is because I am not actually running the query against a layer in the map, rather I am specifying the QueryServiceURL and LayerID in the QueryTask object in Workflow designer. Is there a way to keep the formatting?
-
Hi Bryan,
It is the SelectFeatures activity that matches the features returned from the query with the layer configuration defined in your map. If the display names and other customizations that you made on the layer in Rest Manager aren't showing up, the most common cause is that either the map service id, or layer id in the Select Features activity is incorrect.
-Victoria
0 -
That did the trick - thanks.
0
Please sign in to leave a comment.
Comments
2 comments