Hi @rawanalk , Use this variable gblvar_Reset on Reset property of dropdown.
Add below code on the on the button which allow user to edit the form Or the add below code on the OnVisible of edit screen.
Set(gblvar_Reset,false);
Set(gblvar_Reset,true);
You also use Reset function the button which allow user to edit the form Or the add below code on the OnVisible of edit screen.
Reset(Dropdown_Control_Name)
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍
Thanks,
ANB