Bug ID Number |
BUG-000117902 |
Submitted | November 2, 2018 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Survey123 |
Version found | 3.0 |
Operating System | Apple iOS |
Operating System Version | 11.0x |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
Due to the order in which values are loaded when opening a survey from the Inbox, the relevant statements are initially processed in the same order as the existing values are loaded. In the example survey provided, where the select_one question is after the questions with the relevant statements applied, the value has not been loaded for the select_one question from Inbox when the first three questions are processed, therefore loading these relevant statements are false and the values are not retained. However once the value for select_one is loaded, the other questions become relevant again, but the values have been lost due to the relevant statements change of state from false to true.
To resolve this issue the select_one question must be before (above) the relevant statements that are conditional to the answer to that question.
Workaround
Post the condition input before the conditional statements.
Steps to Reproduce