Bug
| Bug ID Number | BUG-000178728 |
|---|---|
| Submitted | August 14, 2025 |
| Last Modified | October 21, 2025 |
| Applies to | ArcGIS Field Maps |
| Version found | 11.5 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | In Review |
Create attribute rules for both features involved instead of only one. For the second feature, apply a rule similar to the following:
var all_devices = FeatureSetByName($datastore, "WaterDevice", ["globalid", "textvalue"], true)
var devices = First(Intersects($feature, all_devices))
if (!IsEmpty(devices) && IsEmpty($feature.pointvalue)) {
return devices['textvalue']
} else {
return $feature.pointvalue
}
The expression 'return $feature.pointvalue' triggers both layers to sync during the initial attempt instead of requiring an edit.
Bug ID: BUG-000178728
Software:
Get help from ArcGIS experts
Download the Esri Support App