Hi,
In my choices list, I added another column for get some extra data.
I have make a select_multiple on this list, and a repeat_group with a repeat_count based on the selected element.
In my repeat_group, I get the current position(…), and with this, I can get the current id/name of each selected element in select_multiple.
I try to get the extra data too, but it doesn’t work.
With a select_one, no problem.
Do you have any idea where can the problem come from?
An example of my XLSForm :
select_multiple_extra_choices.xlsx (23.5 KB)
Thank you !