Hi,
So I have 3 dynamic dropdown list which depended each other, for example:
When user select option from list 1 then → list 2 appearing with values option according to selected value from list 1.
When user select option from list 2 then → list 3 appearing with values option according to selected value from list 2.
So far so good and i success to manage it using the relevant API calls and the “alter dynamic” option.
My problem start when after all those steps above, if the user change again the selected option from list1, then my expected result will expose only the new values in list 2 where list 3 should be disappearing. In addition, the previous selected value from list 2 should be clean as well.
Is it possible to implement it?