Both Sharepoint.Activities and MicrosoftOffice365.Activities offer numerous activities for working with files, lists, etc., but neither seem to include a way to retrieve all Document Libraries in a Site.
I am building an automation that distributes files from an input folder to over 100 different Document Libraries within a Site. Based on the names of the input files and the names of the Document Libraries, I can programatically know which one to copy each file to; however, I need to be able to first retrieve all the Document Libraries in the Site into an object of some kind so that I can apply the rules, build the proper paths for upload, etc.
Does anyone know of a way within UIPath (third party library, etc.) to retrieve all the Document Libraries within a Site?