laptop and a wrench

Bogue

Adding values to more than one attribute to a related table through a calculation attribute rule results in an error: "Edit operation failed. The attribute rule returned a value, but no field was specified in the rule".

ArcGIS Pro
Numéro d’ID de bogue BUG-000174676
EnvoiFebruary 28, 2025
Dernière modificationMarch 24, 2025
S’applique àArcGIS Pro
Version trouvée3.2.1
Système d’exploitationWindows Server
Version du système d’exploitation2016 64 Bit
StatutAs Designed

Informations supplémentaires

This is the intended design, but the rule is written incorrectly. A literal value cannot be returned if no field is assigned. Currently, the rule is not assigned to any field. However, there is an else statement that may execute and return a value of 101. If that branch is executed, 101 is returned without a designated field to store it. var gID = $feature.Foreign_Key var related_Features = Filter(FeatureSetByName($datastore, 'cities', ["CITY_FIPS", "STATE_CITY"]), 'GlobalID = @gID') var test = First(related_Features) if (!IsEmpty(test)){ return { "result" : {"attributes" : {"XY" : test.CITY_FIPS, "STATE_CITY" : test.POP1990}} } } else { return 101 } The user need to specify which field to return the 101 to or simply if they don't want to do anything replace it with return; var gID = $feature.Foreign_Key var related_Features = Filter(FeatureSetByName($datastore, 'cities', ["CITY_FIPS", "STATE_CITY"]), 'GlobalID = @gID') var test = First(related_Features) if (!IsEmpty(test)){ return { "result" : {"attributes" : {"XY" : test.CITY_FIPS, "STATE_CITY" : test.POP1990}} } } else { return; }

Solution de contournement

As a workaround, create multiple rules for one table, where each rule will dedicatedly calculate the values for one field.

Étapes pour reproduire

ID de bogue: BUG-000174676

Logiciel:

  • ArcGIS Pro

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement