I have two dropdowns (dropdown1 and dropdown2) in a service dialog.
when I am ordering the service catalog, service dialog will ask input for two dropdowns.
dropdown1: It is dynamic dropdown where I have updated the values using inline method.
dropdown2: I want this also to be updated as a dynamic dropdown by passing the value of dropdown1 using inline method.
Is there a way to set the dropdown2 values on change of dropdown1?