In a repeat that is looped at least twice create a list containing unique items

Hello to everyone,

In my choices sheet, are names of 20 people.

In the survey sheet, there is a repeat and inside it is a question that asks for names of 5 people.

In the first loop of the repeat, a select_multiple with 20 names is shown wherein 5 names are picked.

In the second loop, since 5 names were already selected earlier, I want the select_multiple to contain 15 names, and these are the names that were not selected in the first loop of the repeat.

In the third loop, I want the select_multiple to contain 10 names, and so on,

Thanks for any help.

Raffy

Hi @RaffyM

I think this is possible. Here is a sample form:
exclude_selected_choices.xlsx (8.2 KB)
Please give it a try and let us know if it works for you.