Skip to main content

Is there a way to get the field name aliases from an ArcGIS Feature Service instead of just the field names?

I do not know of an out of the box way to do this. What I would try is to get the _webservice_url from the ArcGISOnlineConnector, then use the HTTPCaller to get the json of the details of the layer and parse the aliasses from it.


Reply