Bug ID Number |
BUG-000148383 |
Submitted | April 8, 2022 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Survey123 |
Version found | 3.14 |
Operating System | Windows OS |
Operating System Version | N/A |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
This is an intended change with the calculation improvements brought into ArcGIS Survey123 3.14. Either wrap the calculation in the once() function or use the calculationMode=whenEmpty or calculationMode=manual parameters to prevent the function from updating.
Workaround
Ensure the question is not flagged as read-only.
- Wrap the calculation in the once() function.
- Use calculationMode=whenEmpty or calculationMode=manual to stop the calculation from updating.
Steps to Reproduce