Issue
This article provides a solution for users who want to conditionally populate the values of a Select widget after a user selects a value in another Select widget.
For example, if we have a Select widget for category and another Select widget for subcategory, the values of the subcategory depend on the value selected for category.
Resolution
We have a sample app that demonstrates how to conditionally populate the values of a Select widget.