Issue
As a user, I want to hide a dropdown until a specific selection is chosen on another dropdown. I need to find a way to convert the visibility property of the dropdown to JavaScript and add code to only show it if the desired option is selected.
Resolution
You can convert the Visible property of the Select widget to JS and add code like {{Select1.selectedOptionValue !== undefined}}
This will ensure it’s only shown if the option is selected.