Select to view content in your preferred language

How to Overwrite Web Layer and Keep Related Table?

239
3
06-10-2025 12:46 PM
GC_GIS
by
Occasional Contributor

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.

0 Kudos
3 Replies
TL2
by
Frequent Contributor

Was the relationship class in pro too?

0 Kudos
GC_GIS
by
Occasional Contributor

Yes, thats where i created it

0 Kudos
Laura
by MVP Regular Contributor
MVP Regular Contributor

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.

0 Kudos