Is there a way to make individual values in a drop down unavailable once it is selected?
Example:
- I have 1 drop down list with names (Black Widow, Captain America, Hawkeye, Hulk, Iron Man, Thor) set on global.
- This list shows up 5 times in 5 drop downs
- If 'Iron Man' is selected in the first drop down, it becomes unavailable in the following drop downs
This is just an simple example, and I know this could be done using a switch case, but in my actual requirement, I have roughly 100 items over 3 dozen drop downs, so that would not be something feasible. Is there something I can do?