
Announcements
Hi Gurus,
There is a requirement in my project where the flow need to list all the Sharepoint's Document Libraries drive ID how to achieve this,
Thanks in advance.
Are you familiar with using HTTP Requests?
You can use the below HTTP Requests to get drive information for a SharePoint site.
HTTP Request Drives
To use the data or Ids from the HTTP Request, you will need to use Parse JSON. I'm not sure if you're familiar with any of this so let me know if this is enough or if you need to know how to Parse JSON.