I have an app that's been in production for several months with a userbase of ~200 people. I have run into an issue where a single user that has been using the application for a month or so is able to continue use the app as normal (navigate, read from data source), but the information does not upload to the SharePoint backend when submitting.
I have the request submit using an UpdateIf(), and then navigate to a success screen. The user experiences this without error, but nothing actually hits the SharePoint.
- I am using an UpdateIf() function to submit.
- The displaymode on the button is only in edit mode if it is the user's name. In these cases, the button is always in edit mode, so they are actively being recongized.
- The user has used the app and been able to submit information successfully to the backend for around a month before this issue
Any ideas as to what could be causing this issue?

Report
All responses (
Answers (