How do you handle situations where your choices for a select_one question are dynamic (i.e. they change over time) and you need to edit a previous submission?
According to Esri, "The use of dynamic (constantly changing) choice lists in Survey123 has become a popular feature…"
For example, values are removed from the choice list, but previous submissions need to retain their existing value when editing a submission, even if that choice is no longer in the list.
I have a select_one question that gets its choices from a feature table using search with a URL in the appearance setting, as described in the link above. But when you open a previous submission to edit it, the existing value for that question gets cleared out if the value is no longer in the choice list.
Adding calculationMode=whenEmpty to bind::esri::parameters doesn't help. And adding the select_one question separately and making it visible or relevant only when the original value is blank results in a dependency error.