I am trying to use the formula here:
jr:choice-name(selected-at(${select_multiple}, choice_index), '${select_multiple}')
To combine the labels from a select multiple into a new field. My exact calculation is here:
jr:choice-name(selected-at(${Photographers}, choice_index), '${Photographers}')
This previously worked in this survey before, it matches exactly the Survey123 Formula Documentation.
In the Survey123 app I receive the following error in the field this calculation is in:
ReferenceError: choice_index is not defined in expression: (Then lists the expression again here)
I know I can do a workaround with a series of concatenations and if statements, but this should work and has worked before. Just not sure what's going on here. Anybody else experiencing this?