Create your first automation in just a few minutes.Try Studio Web →
by Internal Labs
25
Activity
128.6k
Can you provide an example on how you can read from a list from a site and then add this item to another list in another site? Thank you!
Hi Haichih
The documentation can be downloaded from the Resources Tab, there you can find an example on how to add a new item to a list and on how to get items from an existing list.
If you still need help, please open a topic on the forum and we'll do our best to assist.
Hi, I'm having problem with update list items activity. As the list column types are "User" and "Refer to", we can not update them. The error message is "Invalid data has been used to update the list item. The field you are trying to update may be read only". Could you please kindly advise how I can handle this problem, thanks in advance.
There is an example on how to do this in the documentation attached to this component. If you cannot figure it out after reading the docs, please open a topic on the forum and we'll do our best to help
One more question. Is there a way to handle a SecureString variable for the SharePoint Application Scope? Or, must you use a String variable to input your password?
You can convert a Secure String to a normal string quite easily. Here's a link: https://forum.uipath.com/t/convert-securestring-to-string-get-secured-credential/1704/2?u=radu_bucur
We are currently working on finalizing the next version of this package, a version that will also have the option to input the password as a secure string
I'm a novice when it comes to writing in CAML. There are some pages in the UiPath Forms that I posted in at the link below, but a couple of simple examples would really help developers still learning. Could you put an example of what the CAML text would look like to update a SharePoint List Item?
https://forum.uipath.com/t/update-sharepoint-list-item/11239/27
Hey Kevin, I answered in your forum post: https://forum.uipath.com/t/sharepoint-custom-activities-documentation-not-available/142271
While installing the package from studio am getting the error
Cannot load assembly: C:\Users\djaykrishna\.nuget\packages\uipathteam.sharepoint.activities/1.3.0\lib/net461/UiPathTeam.SharePoint.Activities.dll : System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Client, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
But the file is present in the specified location.
This is happening because you are missing a dependency of the package the Microsoft.SharePoint.Client package.
You can find it here: https://api.nuget.org/v3/index.json. Add this to your package sources or download the package and use it from an offline source
Hi, Is it possible to install this package offline?
Yes you can download it and use it offline if you also have the Microsoft.Client.SharePoint dll , which you can get from the nuget package source: https://api.nuget.org/v3/index.json
hi, I get an error in the Create Folder activity.
Message: List 'xxx' does not exist at site with URL 'https: // xxxxxx'.
I think this is a problem with SharePoint permissions. Where should I check it?
HI Yuuki, can you please open a thread on the forum and share the code (remove any sensitive info) and tell me the library name + the name the library has in the URL when you open it in the browser?
hi, i am trying to cap the amount of results how from my read list items, but even with 6 and CAMLRowLimit: 6 doesnt seem to work. Do you know why?
Hi Markus, sorry for the late response, hope its still useful.
I tried this myself, and I managed to create a caml query that is both using filtering/row limit and ordering. This is my example and it works fine:
"
1
6"
A query which returns the top 6 items ordered by Modified date filtered to have the ID greater than 1 (obviously this filter is just a dummy filter with no practical use)
Please try it yourself and let me know if you can use it, otherwise create a forum post with a screenshot of your code and we'll do our best to help
Getting error while trying to add this .nuget package to studio."Cannot be installed "
Could you please add the following package source: https://api.nuget.org/v3/index.json and try again?
I'm using the Upload file activity and the File is getting uploaded to the sharepoint successfully. Even then UiPath is throwing error, 'File not found'. What could be the issue?
Microsoft.Sharepoint.Client.ServerException: File Not Found
Also, the sharepoint gets stuck after uploading 5 files. Is there any restriction on the number of files that can be uploaded?
I din receive any responses on the UiForum for this
https://forum.uipath.com/t/sharepoint-file-upload-error/136745
This issue has been solved on the forum.
I am sorry for the late response, we're doing our best to cover all these questions but sometimes there are some that slip through
Question:
Hi Radu, Thank you for quick response, I am using SSO for on premises apps like SharePoint, Outlook, etc. So the SSO should be standard one. could you suggest difference between standard and custom SSO. And also if this SSO does belong to standard category, do let me know about possible solution for failed authentication.
Where is the link to download this package? Please!
Technical
Version
2.0.2Updated
June 24, 2025Works with
Studio: 22.10+
Certification
Silver Certified
Collections
Support
UiPath Community Support
Resources