I have a form with two dropdowns.
The items in the second dropdown are based on the first dropdown selection.
Everything is working fine in a New form.
In the Edit form, I want to clear the second dropdown selected item if the first dropdown selection changes.
This could be probably done via variables, but how?
In second dropdown:
Items:Filter(MyList, State_x0020_Name=ComboBox1.Selected.Result)
DefaultSelectedItems:{City_x0020_Name:ThisItem.City_x0020_Name}