Update sharepoint list item

I think so.

i tried this workflow, but i got error like 403 Forbidden. Please help me to resolve this error.

You need to give your SharePoint details.

I test this workflow, i got following error and value not updated in list,
error:

<?xml version=\"1.0\" encoding=\"utf-8\"?>-2130575251, System.Runtime.InteropServices.COMExceptionThe security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.
1 Like

Hi,

I’m too facing the same issue.

Thanks,
Tharma KS

hi vinnu,
i gt this error, what is package name to be installed
Could not find type ‘HttpClient’ in namespace ‘http://schemas.uipath.com/workflow/activities’. Row: 88, Column: 6

I know this thread has a few entries in it, but I really need some help and I think many people could benefit from this. Could someone please post some screenshots of how to use the custom SharePoint activities available from UiPathGo at the link below? I am attaching a couple of images of exactly where I need help. I need to update an existing SP List Item, I know the code/syntax is probably not overly complex, but I am a novice when it comes to CAML. (I’ve already looked at the Microsoft CAML Page, it’s helpful, but a simple example here would really help me out because i’m stuck) Any assistance is greatly appreciated.

https://go.uipath.com/question/sharepoint-custom-activities-package

Hey Kevin,

Thanks for the interest shown in the package.
The full documentation including CAML examples and guidelines can be found in the Go! page, the resources tab: https://go.uipath.com/component/sharepoint-custom-activities-package

If for whatever reason that link does not work I also posted the full documentation here on the forum:

2 Likes

Thank you @radu_bucur!

If I have further questions, I will reach out! Putting this to good use now!

HI Radu, I am unable to download the zip file “SharePoinQueryGroupingTest”. Do you have this file and if you can provide this? I have similar situation, as I need to upload lots of excel row data to sharepoint list view.
Thanks,
Milind Kumar

HI Vinnu, I have rows of text data in excel and I need to upload them in list view in shrepointonline. Could you please provide me sample test xaml file as how to upload all the data from excel to sharepoint in listview?

Thanks,
Milind Kumar

@radu_bucur: I am unable to download the zip file “SharePoinQueryGroupingTest”. Do you have this file and if you can provide this? I have similar situation, as I need to upload lots of excel row data to sharepoint list view.

SharePoinQueryGroupingTest.zip (21.8 KB)
Hi @ermilindkumar, you can find it attached here. Thanks!

@radu_bucur: Thanks for sharing the file. This is what I was looking for it but I am facing issue.
I am using O365 Cloud Sharepoint “ex-https://sp-cloud.xyz.org/sites/Test/Lists/TestList/AllItems.aspx”. I am using Sharepoint List Activities and using “Add List Item” activity to add the item in the list.
Using Sharepoint Instance type as “Online” is giving Bad sign in name and password error. Although using the same login id and password I am able login to the sharepoint manually.
image
Using Sharepoint Instance type as “OnPremises”I am getting the below Runtime Execution error.Source: Sharepoint application scope.Message: The remote server returned an error:(403) Forbidden.Exception Type: System.Net.WebException. image
What is the solution for this issue?