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.
Hi @Praba ,
You can use the SharePoint "Get all lists and libraries" action to list all lists and libraries, then Filter array with below criteria:
@equals(item()?['Type'], string('101'))
then you will be able to find all library ids from the output.
Best regards.