
Does any of you knows if there is a way to use dynamically created options insied repeating sections? It seems that when the sheetworker calls populateListOptions, then all the attributes populated by that call are reset with the option marked as selected in the option array. As a workaround, when there is only one attribute, I read it and set selected option to be the same as the attribute (maybe that shouldn't be necessary to start with?). But when the attribute is in a repeating section, then there is more than one with the same list, and all of them seem to be reset to the same value. If there is no element marked as selected, it seems that the first element of the array is considered selected. So, as soon as I close the sheet and open it again, all values are reset. Is there a trick to have one list per repeated attribute,oram I doing something wrong?