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