Get List items by using Sharepoint

Hello. I am having trouble creating a CAML query that selects/filters to just one or a couple of the columns in the sharepoint List. Could anyone please provide an example of how they did this in UiPath?

Thanks

You can use the ViewFields Element in your query like this:

<Query>
...
<ViewFields>
    <FieldRef Name="ID"></FieldRef>
    <FieldRef Name="Title"></FieldRef>
</ViewFields>
...
</Query>
2 Likes

Hi @Diana_Mincu and @radu_bucur,

We are also facing the same issue “Cannot invoke HTTP DAV request” with version 1.5.2
And we are also not looking to downgrade this version to 1.3.0 as this doesn’t offers a way to pass secure string and violates our secure string rules enabled.

This version 1.5.3 we are not able to see in manage packages option in studio.
Could you please suggest a workaround?

Regards
Sonali

Hi @sonaliaggarwal47
Find the attached nupkg file and add it in Manage packages
You will find 1.5.3 version.
UiPathTeam.SharePoint.Activities.1.5.3.nupkg (108.1 KB)

1 Like

Hi,
I have tried everything and it still say does not exist. Can anyone provide an example?

Here were my attempts:

  1. Lists/TEST%202023
  2. /Lists/TEST%202023
  3. /Lists/TEST%202023/
  4. Lists/TEST%202023/
  5. Lists/TEST 2023
  6. /Lists/TEST 2023
  7. /Lists/TEST 2023/
  8. Lists/TEST 2023/

I have also tired the full URL address and still does not work