I have a data bricks widget name. Create by using the code
butils.widgets.dropdown("Name", "lmn", ['abc','bde','lmn','pqr','])
I want to create another drop down widget which will choose the 2nd filter value based on user selection in Name Filter.
2nd drop down will have default value age & contact
But if user select 'abc' & 'lmn' in Name filter then in second filter it will add score into 2nd drop down. Can you let me know how to implement that in data bricks?