In the initial dropdown, users are prompted to pick a country. Following this selection, the second dropdown will display a list of states that correspond to the chosen state.
- Drop two dropdowns on the canvas.
- Go to enumeration and make the two enumerations for countries and states.
- Map the enumerations with their corresponding dropdowns and select the Country Dropdown in the “Parent Element ID” field. Execute the “On Select” task on the “Reload Element” for the country dropdown. This action will trigger a reload of the state dropdown each time a selection is made in the country dropdown.

