I have a reporting app which is mainly used offline. A user needs to create a number of different reports (upto 6) each report is added to a separate collection and saved to a local file Using SaveData() there could be multiple reports in a collection before it is patched back to sharepoint. EEach collection is patched back to a separate sharepoint list all at the same time.
So scenario for example is a user creates 2 reports (out of 6 categories) saves in collections and local files (offline). Closes app and next day creates 2 reports (same categories as previously) offline again. all saved to local file all good. But then they come online and want to submit the reports back to sharepoint. As the submit button should submit all reports back at the same time (6 collections) my question is, if I have a button that patches collection1 to sharepoint list1 and patch collection2 to sharepoint list2 and patch collection3 to sharepointlist3 etc.. but collection 3 or 4 etc...doesn't exist this time because they never created a report for it, will that cause an issue? Or is there a more efficient way to do this? The objective is to save multiple collections but click one button to submit them all at the same time...
TIA

Report
All responses (
Answers (