Sharepoint automation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-18 07:02 AM
Hi,
Has anyone had experience with automating downloading documents from Microsoft SharePoint? Any tips or suggestions on how best to automate this, other than using internet explorer mode? We have been facing significant challenges in automating it since some sub-menu items can only be accessed after hovering, which makes it rather difficult to use the browser mode for automation. If someome has done it in a better way, I would be grateful for some knowledge sharing. Thanks
MK
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-18 10:51 AM
Do you have in the sharepoint folder, under the option ‘actions’ the action ‘Open with Windows Explorer’ ?
if so, this this will show you the path and you can do the normal BluePrism ‘Copy File’ action, without the challenges of sub-menu items and the need to hover ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-18 08:37 AM
You can also try use the SharePoint REST API, via the HTTP Request action. Some web dev experience may make this easier.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-06-18 11:34 PM
Hi, Muralik.
If you're using MS Shared Point, you can synchronize folder and subfolders as well. To do this, you can use OneDrive application. This method allows you to have an easy file and folders management
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-06-18 01:28 PM
For basic file operations, we use the Utility - File Management object. When calling the file actions, we pass in SharePoint's WebDAV path. That covered 90% of our use-cases.
