i want to create a list page using multi-level dropdown such that if i select one of the two options in a field according to the selected option another dropdown emerges with set of values connect to first field value.
ex: filed1 :
1alphabet;1A,B,C,D
2Text : :1,2,3,4
How can i do this.I have created multiple enums for all values but cannot think of way to connect them.