I am working with a Real time analytics to detect Vehicles on Site. I have an incoming feed from Azure Event Hub which streams the live locations of vehicles via a custom Dot Net app, and I have a Feature layer for boundaries of Geofences (Sites).
I am using the spatial intersect open condition to detect when a vehicle enters a Geofence and these output incidents are saved in a Feature layer. However, when I try to introduce a join field to also include the name of the site (polygon) from the input geofence layer, I get an the below error -
- The chosen join field name '*' does not exist in the Join Schema.


Below is the current schema of the output feature layer which was autogenerated by the Detect Incidents tool -

If I remove the Parcel field and do not perform a join, the analytic works well and writes data to the output feature class just fine. Its critical for me to have the 'Parcel' Field in order to identify which site was visited.
Would really appreciate your inputs and advice.