Hi,
I've been learning Microsoft Graph API and managed to create folders (parent and child) using POST and PATCH methods in a SharePoint Library via Graph Explorer.
Now I have the following scenario. In an Item List there are X numbers of lines with folders names:
- Folder A (parent)
- Folder B (parent)
- Folder B1 (child)
- Folder B2 (child)
- Folder C (parent)
- etc...
What I would like to do is use this item list to create the folders in a SharePoint library. Additionally I'd also like to store their IDs and parent IDs in the item list so I can later use them to retrieve or store additional documents in these folders.
I can't figure out if something like that is possible with Webcon. Anyone has an idea how to do it? Even a different approach would be welcome if it helps do what I need. :)
Thank you,
M.