Hello everyone, I need that when I select a new option from a dropdown list, the other dropdown list resets its options
It depends on whether you want to reset it before or after selecting the item in dropdown2. If it is after a selection is made, in the OnChange property of dropdown2: Reset(dropdown1). Otherwise, put the reset in the OnSelect.
On the OnChange property of your dropdown1 write
Reset(Dropdown2);
Please Accept as Solution if it solves your question Or just give it a Thumbs Up if it is helpful because this can help others.
LinkedIn: https://www.linkedin.com/in/manan-malhotra-vfx/
Want to support me! Buy me a Cup of Coffee?