I have a list with approximately 1000 records (people's names). I also have another list (scheduling). What I need is to create a dynamic schedule for each person on the list, that is, the user must click a button and the system should set a date and schedule (for example, a query) for each person name in the list. I was able to do the algorithm for this, my problem is with regard to bulk data insertion in the scheduling list, the system is crashing.
Is there any way to solve this kind of problem?
I'm not using Web Parts, I develop directly in HTML Bootstrap and I use the SPservices library to interact with Sharepoint.