Hello,
I am trying to update a layer and its related table. I added a few new points in ArcGIS Pro, then used "Overwrite Web Layer" to update the data in AGOL. The related table was also in the Pro project.
The issue is, now for every point, it says "Relationship not found" in the popup instead of showing the related data. Any help is appreciated.
Was the relationship class in pro too?
Yes, thats where i created it
As long as both your feature layer and related table are included when you overwrite the web layer, the relationship should remain intact—I’ve done this successfully a few times. However, there are a couple of critical things to watch out for:
Include Both in the Map: Make sure both the layer and the related table are present in your ArcGIS Pro map and are selected in the overwrite pane when publishing.
Consistent Feature Layer ID: It's important to preserve the layer and table IDs when overwriting (e.g., 0 for the layer, 1 for the table). If the IDs change, it can break popups and widgets that rely on those specific layer references.