| Número de ID del error |
BUG-000117902 |
| Enviado | November 2, 2018 |
| Última modificación | June 5, 2024 |
| Relacionado con | ArcGIS Survey123 |
| Versión encontrada | 3.0 |
| Sistema operativo | Apple iOS |
| Versión de sistema operativo | 11.0x |
| Estado | Known Limit
Después de la revisión por parte del equipo de desarrollo, se ha determinado que este problema está relacionado con una limitación conocida del software que está fuera del control de Esri. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
Post the condition input before the conditional statements.
Pasos para reproducir