Sharepoint CAML query with paging

Hello Community,
i need your kind help. I’m using UiPath Team Sharepoint Activities 1.5.2.
I want to retrieve from Sharepoint a list of 2K to 25K records; i’m trying to build a caml query with RowLimit = 100 and i need to retrieve all the records, incrementing the position of a counter, until the end of the list, which i can’t know how long is.
Get List Items activity fails when used directly against a list of 12K records.
How can i achieve this in UiPath? Thank you very much for your kind help!

1 Like

Hey @Val_Ma

Why not the below please?

Thanks
#nK

Hello Nithin,
thank you for your kind reply,
i’m using UiPath 2018.4 version, there are no MS Graph activities, unfortunately.
Is there another way to manage the caml query?
Many many thanks!

1 Like

Hey @Val_Ma

You may need to use the Microsoft Graph API through the UiPath’s HTTP Activity.

Thanks
#nK