Hi,
I have dataset with 10K+ rows, so I am pulling them to collection.
Dataset has Class, Code, Description and other fields.
Dropdown1 is distinct value of Class - I have done this.
Dropdown2 is distinct values of Code within Class chosen by Dropdown1. - I am struggling with this, I want to reduce items shown here by first filtering by Class, but my codes give nothing.
I am going to filter gallery based on combination of two outputs from Dropdowns - I have done this as well.
Can someone help me with Dropdown2 code?
Thanks!