I am having a strange issue with my EditForm in NewForm mode to a SharePoint list. This worked before and now all of a sudden, is broken. I've done a lot of things to this form, so maybe I did break it, but cannot figure out what did this. I have TONs of work in this app and not alot of time.
The form is put into Edit mode from a button on one page - that works fine, I can edit the record in the SP without a problem.
The form is put into New mode from a different button on another page - it acts like the new record has been submitted, sends me the email, but the record is never added to my SP list.
I do have an auto-generated ID field - is that causing a problem maybe? Default for the ID field is If(EditForm1.Mode=FormMode.New,Last(DataSource).ID+1,ID)
ANything else? Only other things that have changed: moved from Excel back-end to SP List last week, fixed the Search and Filter fields, and in the middle of having a colleague I am getting desperate - leadership is already testing this form and is noting that it's not even submitting now, after weeks of work - not good!