Choice box options within a form and getting rid of options as they select it

in my app i have a button that opens a form that has 5 choice boxes that come from one list of options. what is the best way to make it so when they select one of the items it is no longer available in the other boxes. i don’t want the same answer multiple times

You should be able to set filters on each choice component to filter out “screen values” of the other selected choices.

Or depending on the purpose of your form, a simpler method would be to use only one choice component and enable multi-select.

2 Likes

that worked perfect thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.