When PropertyName using dictionary variable, the dropdown items can not generated.
PropertyName using List variable, Using widge ChoicesJS, the dropdown items are doubled.
PropertyName using List variable, Using widge ChoicesJS, first select a drop item. After the dropdown window close, select a drop item again, only the previous selected item shows.
PropertyName using List variable, Using widge HTML5, there is a blank item in the list window.
PropertyName using List variable, Using widge HTML5, if not changing the dropdownlist, directly submit the form. The outputdata has all the items instead return the selected item.
Below is a bug file. Please check Bug.xaml (10.9 KB)
Really old post, but replying for benefit of others.
Dynamic and conditional dropdowns need to be implemented a little differently.
You can have a look at this doc and see how the state dynamic dropdown is implemented.
The other city dynamic dropdown is a conditional dropdown - the options for city depend on the value selected in state.