Say I have a valuelist that has two choices: meats and vegetables (just fun examples, the choices can be anything).
If meats is chosen in the first valuelist, then I’d like the second valuelist to be populated with a list of meats, but if vegetables is chosen, then I’d like the second valuelist to be populated with a list of vegetables.
Is this possible? If so, can someone give me a rough idea of how to go about it (I’m trying to figure out how to do it with a C# component, but no luck so far).