So my application is about getting form details and sending a mail.
In Screen-1: I have a form with a submit button -
SubmitForm(MainForm)
Actually, I have to validate on screen-1 and then if validation is successful then I have to navigate to Screen-2 which shows the mail content.
But users can also cancel and navigate back to Screen-1 and make changes to the form. and they can click on Submit button.
But when I clicked to submit a second time I got an error message like this -
the requested operation is invalid. Server response: list_name failed: the list item could not be added or updated because duplicate values were found in the following fields in the list: [request ID], client request ID: XXXXX, server request ID: XXXXX
I was thinking to submit the form when they clicked send mail on Screen-2.
What would be the issue?
@WarrenBelz @RezaDorrani @Shanescows @Drrickryp