MarketplaceStudioActivitySharePoint Custom Activities Package

Create your first automation in just a few minutes.Try Studio Web

SharePoint Custom Activities Package

SharePoint Custom Activities Package

by Internal Labs

StarStar

25

Activity

Downloads

128.5k

Thivyabharathi K
Posted 6 years ago

Share point custom activity documentation is not available. Kindly provide manual guide for these activities in this package

Radu Bucur
Posted 6 years ago ago

The docs are available in the resources tab :)

Matheus Salles
Posted 6 years ago

When I try to upload a file with Upload file activity, the RelativeUrl parameter causes problems with some characters, for example a dot, it throws an exception with this message: "Upload file: The remote server returned an error: (500) Internal Server Error.". In this case I'm obligated to make the replacements, for example, "." for "%2E". I think the activity should handle it, shouldn't it?

Suggestion: Upload file activity could return the URL of the uploaded file for SharePoint online.

Radu Bucur
Posted 6 years ago ago

We can look into it, but in some cases replacing a "." with "%2E" or doing something similar for other special characters could have unwanted consequences.

The suggestion, however, is a good one, I'll try to squeeze that feature in the package in a future update

Matheus Salles
Posted 6 years ago

I noticed that I'm not able to give an entire path to be created on SharePoint using Create folder activity, for example "Path1/Path2/Path3", I need to create a loop and create one folder by time: "Path1", "Path1/Path2", "Path1/Path2/Path3". The documentation says that "It creates nested folders as well", but it throws an exception when one of the nested paths of the RelativeUrl does not exists.

Radu Bucur
Posted 6 years ago ago

We will look into that and try to recreate the issue.

Thanks, Matheus!

Mahendra Jadhav
Posted 6 years ago

Not able to install the package -

getting this error-Unable to resolve dependency 'Microsoft.SharePoint2016.CSOM (≥ 16.0.0).

Please assist me on resolving this issue.

Radu Bucur
Posted 6 years ago ago

Hey Mahendra ,

The error is happening because the installation cannot locate the dependency package, I've had people encounter this error when the NuGet feed was not listed as a source.

I think you should make sure the NuGet feed is added to your Package Sources, open the Manage Packages window and open it. You can use as a link:

https://api.nuget.org/v3/index.json

or

https://www.nuget.org/api/v2

Let me know if this fixes your problem

Best Regards,

Radu

Aathira Ajayan
Posted 6 years ago

Hi Radu,

I'm unable to print list content in Writeline Activity . i'm using the expression 'item("Title").ToString' in the writeline, it is showing error as 'Option restrict On disallows late binding'. Could you please help me on this?

Radu Bucur
Posted 6 years ago ago

Hey Aathira!

Are you trying to loop through the items using a For Each? The items are actually dictionaries of type Dictionary so we need to make sure we configure the For Each to handle this type of elements.

You should try to go to the properties panel of your For Each activity and change the TypeArgument to System.Collections.Generic.Dictionary.

Basically, we're trying to loop to a collection of dictionaries in that ForEach.

Let me know if you need further help!

Best Regards,

Radu

Vinod Kumar
Posted 6 years ago

Hi Guys,

I have a scenario of downloading a excel file from sharepoint. For instance, the site username is "aaa" and password is "123".

I tried to pass username and password in Sharepoint application scope, but im getting (username argument is invalid error). How can i fix it??

Radu Bucur
Posted 6 years ago ago

Hi Vinod,

For the username, you should use the email address you use when you login to SharePoint.

Also, make sure your SharePoint Instance Type is configured correctly (Online if you are using SharePoint Online or OnPremises if your SharePoint is hosted locally on your server)

For getting the file you should use the Get File activity, you can find some samples in our documentation. (Resources Section)

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

2.0.1

Updated

May 1, 2025

Works with

Studio: 22.10+

Certification

Silver Certified

Application

Microsoft SharePoint

Support

UiPath Community Support

Resources