Returning a list of multiple select questions which doesn't contain a previously selected choice

Great tip, @jules_rugwiro. I don't believe the filter column is necessary. A simpler choice_filter condition given that var1 is the first name of the first select would be name != ${var1}. This may make it a little more clear that all we're doing is including all the values that didn't get selected in that first select.

3 Likes