Select to view content in your preferred language

Arcade FeatureSetByAssociation function returns ScratchRecordSet (cross post)

250
1
Jump to solution
02-05-2026 10:57 AM
mward_dlc
Emerging Contributor

I am using an Arcade script in an Attribute Rule that involves using FeatureSetByAssociation($feature, 'connected')

There are two Junction - Junction connectivity associations related to the feature being passed into the FeatureSetByAssocition function. This is the data returned from this function:

{
    "layerId"null,
    "layerName"null,
    "itemId"null,
    "serviceLayerUrl"null,
    "webMapLayerId"null,
    "webMapLayerTitle"null,
    "className""ScratchRecordSet",
    "objectClassId"3
}
 

ScratchRecordSet is not the expected className. the feature being passed into the FeatureSetByAssociation function is valid. I am using a mobile geodatabase. Is this expected behavior?

 

cross posted from here: Arcade FeatureSetByAssociation function returns Sc... - Esri Community

0 Kudos
1 Solution

Accepted Solutions
gis_KIWI4
MVP Regular Contributor
0 Kudos
1 Reply
gis_KIWI4
MVP Regular Contributor
0 Kudos