Unable to extract Sharepoint Site Content

Hi everyone,

Just wondering if anyone had any success using the table extraction on a sharepoint site? I tried to extract the Document Library in the Site content but can only see 10 results.

there is over 100 Document Libraries in the Site content page but uipath is only able to extract 10.

Any help is greatly appreciated.

regards
Wilson

Is there a next page button that needs to be clicked?

In your table extract, do you have a max number of results set?

Hi Asanka,

There is no next page as the content is dynamically locaded. No limit to result set.

I think there is a limitation to extraction on Sharepoint Site.

Are you extracting with sharepoint view ?

Hi Arvind,

Yes. I’m trying to extract from a sharepoint View. i am trying to get the document Library’s URL

Sharepoint loads content when the page is scrolled so you’ll have to keep scrolling to the bottom of the page until all items are loaded.

check this post:

With SharePoint, performance takes a hit if you are trying to scroll and there are a large number of documents. check out Office 365 library or SharePoint Custom activities package also published by UiPath

@wilson_cheng ,

I would recommend to use Rest API. So you can get all the details.

Thanks,
AK

Hi grkiran2,

I understand with Delegation, sharepoint list content is loaded as the page is scrolled. I tried to implement the scroll down mouse activity but it still only captures 10 rows.

I was trying to avoid the Office 365 library activities as I’m told that there is API restriction at the client site and the API cant be used to call the site. Hence I’m stuck with Web Scraping.

Hi Arvid,

I would love to use the Rest API but was told that It is blocked.