Hi guys,
I've just completed an inspection app however for the first time I am using one SharePoint list to collect my data. In the final stages now to Patch and I keep getting an error when submitting "Network error when using patch function: The requested operation is invalid".
Each question has a weighted score and an average calculated immediately for every question answered, for example:
SP - 1-Good; 2-Bad (via dropdown)
Weighted Score - 1 (if good is chosen or 2 etc.)
Each question (18, though all may not be answered at any given time) is made up on the same premise, however, I am unable to patch. Is it that I am missing a step in the process or is the SharePoint list too large as I also have a simpler app running off the same list and getting the same patch error. I hope I was able to explain the dilemma properly.
Solved! Go to Solution.
Troubleshoot this by removing one of the forms being updated. See if it works. Then try the other. Once you narrow down which form is causing the problem, see if you can tell which card on it is the culprit by removing and replacing them. Also, try using the monitor to see if it gives you a clue.
Patch(
'QAQC Process',
Defaults('QAQC Process'),
QAQCInfoForm.Updates,
DataForm.Updates
);
Just from curiosity, do You use Lookup Columns in Your Sharepoint list, and if Yes, do you have many of them?
No, i didn't use any lookup columns
Troubleshoot this by removing one of the forms being updated. See if it works. Then try the other. Once you narrow down which form is causing the problem, see if you can tell which card on it is the culprit by removing and replacing them. Also, try using the monitor to see if it gives you a clue.
User | Count |
---|---|
253 | |
106 | |
94 | |
50 | |
39 |