
Hi,
I have an app for keeping track of Maintenance records on different types of equipment.
I am having a problem when I submit a service record with the same technician. It replaces an existing record in the browse gallery (and sharepoint list) instead of creating a new one.
Hi @Marshwhite
EditForm(Form1) and NewForm(Form1) set the mode of the target form. The form has a default mode but it can be overridden using these two functions. In the "+" icon on your top screen, in addition to the Navigate function, you need to add NewForm(yourformname), Navigate(youreditscreen) . In the ">" icon inside the gallery, you need to add EditForm(yourformname); Navigate(youreditscreen)