Some days --
I have the following in a geoEvent Field Calculation --
Point({'x': $feature.Lon, 'y': $feature.Lat, 'spatialReference': {'wkid': 4326}})
When I try to publish the RTA, it tells me that it can not parse the : at position 11.
I have checked this a dozen different ways, and it appears correct. What am I missing?
Any help appreciated!
Solved! Go to Solution.
Never mind, changed from Arcade to toPoint(X, Y, SpatialRef).