I am currently creating an app that is attached to a Sharepoint. There are two main groups of people using this app and I have created slightly different screens that they can access within this app. One group has a home screen that displays only forms they have submitted (and they do not have access to the data in the Sharepoint). The other group has a home screen that displays all submitted forms.
I want both of these groups to have access to an editable version of any form that is available to them (i.e. the first group can edit any form they have previously submitted). To do this so that they will not end up on the other end's home screen, I have created two edit/view screens that do the same thing but navigate back to their respective home screens. On both of these edit forms the update button is not working. I have a SubmitForm function in the OnSelect section in both and when typing in the formula I get no errors; when I go to test the app though and edit a form from either page I get the attached error. It comes up as a runtime error and I then get the error underline under my SubmitForm function. Any reason this error appears?