Select_multiple choices data

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 !

@jdugh, maybe this post discussed previously should help you solve your issue:

Thank @Kal_Lam ,
Unfortunately no.
I have the write select key element in my repeat group;
But unlike the example, I have some extra column in the choice, and I cannot get this value in the repeat group