Hi All,
I'm building a timesheet app for my company and facing a delay/latency issue with submitting to sharepoint list. here's how my app is built:
1. I'm pulling a full list of workers names, IDs, etc from a sharepoint list to a collection
2. using a gallery to update the collection with regular hours/overtime and presence status for each worker.
3. a save button with patch command to patch the collection to a sharepoint list.
the problem I'm facing is the app is taking 2-5 min to submit the collection (about 50 lines), and if the user exit the app before it finishes uploading the data, the process will not complete... Please help. thank you
Mo.