Select to view content in your preferred language

relationship class fails to publish to arcgis online

178
1
3 weeks ago
DaveCrooks
New Contributor

Hi,

I'm trying to create relationship classes between a polygon feature layer and two survey tables (Before and After). However, when I attempt to publish the data to ArcGIS Online, the "Copy all data" option is not available.

Additionally, when I try to use an Arcade expression for symbology (to show field values from the "After" table), the expression does not recognize the relationship class name.
That said, I can still see the related tables listed under the layer in the ArcGIS Online content.

Could you please advise on how to resolve this?

Thank you!

0 Kudos
1 Reply
gis_KIWI4
Frequent Contributor

Are you creating the relationship classes in fgdb and publishing via ArcGIS Pro?

Arcade in AGOL does not directly support accessing related records across a relationship class in symbology expressions. This is a known limitation.
The FeatureSetByRelationshipName function isn't available in the symbology profile. 

0 Kudos