hello! i have a question, well, i have a dropdown with some data, for example, in a dropdown i have states, what i want is that when i select a specific state, a list of cities appears in another dropdown, with my team we have done it with if, if nested, match, but we keep getting errors, regarding the interface, and with the definition, it even tells us that the values of the cities in the other dropdown are invalid, for your attention, thanks alot!
Discussion posts and replies are publicly visible
This is pretty easy to set up once you're used to the necessary local-variable-juggling, but it *is* several different things to juggle, and takes some getting used to it.
Without knowing what you've already tried and what specific errors you're getting (but knowing some of the possibilities from experience), here are the high-level steps you will need to make sure you've done in order to do this gracefully: