Hello everyone,
I've a quite simple workflow but I'm stuck with error '500'. I'm trying to link polygons from hosted feature layer A (ArcGIS Portal) with attributes from a CSV file and write them into another hosted feature layer B (empty, with same schema than CSV file). The writer is configured to truncate and insert all polygons & attributes.
I guess that this error is coming from the lack of unique ID for the new inserted polygons, since this field cannot be modified (see below) :
ArcGIS Portal Feature Service Writer: Attribute 'objectid' on feature type 'Master_nutrition' is marked as read-only in the corresponding layer/table. Attribute values will be ignored.
NB: same for "globalid, shape_length, shape_area"
Similarly, I've a more complex workspace involving a "many-to-many" FeatureJoiner, with the same error. The solution is probably similar.
I'm not sure how I should handle ObjectID or GlobalID for it to work properly ? Or should it be configured on the hosted feature layer side (editing is already enabled) ?
Thank you for your support.
Regards,
Arnaud