Hello!
I have created an app from an excel file (the plan is to use an SQL in the future, but while I'm working on the prototype I don't have access to this).
The app used fine until yesterday, when suddenly SubmitForm(form_name) stopped working and giving the error that the specified record was not found. I have not renamed the form, nor the excel file. When googling most other users had problem with required fields not being filled out, but that's not the case here.
The form is linked to a Gallery connected to my excel file. The titles presented in the gallery are "ID's" for each row. At the top I have dummy1, then dummy2, etc... When running the app, I may click on dummy4, but it'll directly jump back to dummy1. It's almost like it's locked to that value. However, if I click several times, it usually changes...
Both of these two faults occured at the same time, so my guess is that they are connected. It's not related to change of filenames nor required fields not being filled out... does anyone have any idea of what fault is causing this?
Thanks in advance!
H