不具合 ID 番号 |
BUG-000175684 |
送信されました | April 9, 2025 |
最終更新日 | June 23, 2025 |
適用対象 | ArcGIS Online |
見つかったバージョン | Feb 2025 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 11.0 64 bit |
ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
Whenever a feature is selected on the map and the editing workflow is opened, this is recognized as an update operation. That is why the calculated expression is re-calculating when the feature is selected again. The arcade expression is comparing the current attribute for the Notification_Status field shown in the Form (B) and comparing this to what is on the service (B), and because the values are the same it is showing 'No change'. This is expected behavior based on the authored script. If Back or Cancel is selected on the edit session, the original expected value (Changed from A to B) will be preserved on the feature.
対処法
To ensure that an expression runs only in specific scenarios, leverage the $editContext.editType
profile variable available in the Form Calculation profile: https://developers.arcgis.com/arcade/profiles/form-calculation//
再現の手順