$w.onReady(function()=>{
$w("#CLdropdown").onChange(() => {
$w('#CLStatebox').changeState($w('#CLdropdown').value)
} );
$w("#CLdropdown").onChange(() => { $w('#CLStatebox').changeState($w('#CLdropdown').value)
});
});
Now all you have to do is to adjust the state-IDS of your multisttebox like the values of your dropdown.
So if your value of your first DROPDOWN is - - > “CL8000D”, then also the ID of the corresponding state should have the same ID.