I have a form with single-select with two options.
CLASS:
Program
Bonus
If I select Program, then the form opens another single-select with several options to populate a column called CATEGORY.
If CLASS = Program
APPLICATION (Single-select)
Program 1
Program 2
Program 3
If I select Bonus, then the form opens a single-select with a different set of options to populate the APPLICATION column.
If CLASS = Bonus
APPLICATION (Single-select)
Bonus level 1
Bonus level 2
Bonus level 3
When I do this, I end up with 2 columns called APPLICATION. Is there a way to accomplish this without creating 2 columns on the board with the same name? I intend to have several other options for CLASS, each with its own set of APPLICATIONS.