Hi All,
i have an excel which has 100+ rows which contains names of the folder to be created in Sharepoint document library,
i have created an REST API which will create a single folder, so if i have to create 100+ folders , i have to call the REST API 100+ times which is performance menace.
How can i create all this 100+ folders in Sharepoint document library but calling the REST API just once.
Thanks in advance