Hello everyone,
I am encountering an unusual issue with the UiPathTeam.SharePoint.Activities package.
I have a SharePoint list from which I export data to Orchestrator. After performing some computations, I update the list column values.
While this process works perfectly in Studio, I face a problem when running it unattended. The data export from SharePoint is successful, but I receive the following error when attempting to update the list items: “Update list items: The underlying connection was closed: An unexpected error occurred on a receive.”
I have verified that both the unattended environment and Studio are using TLS 1.2, and the .NET version is 4.8.
Could anyone provide suggestions on how to resolve this issue?
Thank you in advance for your assistance!