
Announcements
Hi. I have a dropdown that needs to show the default value in the add form. But when navigate to the new form it reset all the form with the following command.
Newform(Editform):Navigate(Screen,None)
Is that possible not to reset the dropdown but all other fields?
Thanks
HI @Anonymous ,
A new form is just that - it has no data in it unless you have set the Default of a control to a value you want populated on new records (so you need to set the Default of the drop-down to the value you need).
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.