web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / getAll() throw error "...
Power Apps
Unanswered

getAll() throw error "Skip Clause is not supported in CRM"

(1) ShareShare
ReportReport
Posted on by 20
According to How to: Connect your code app to Dataverse, I can set `skip` in the get all options to skip records, as I want to use `skip` and `top` to perform pagination
However, an error "Skip Clause is not supported in CRM" is thrown, stating that I cannot use `skip` while the data source is a table in Dataverse.
Categories:
I have the same question (0)
  • CU11021143-0 Profile Picture
    59 on at
    Dataverse does not support $skip in OData queries — that’s why getAll() throws “Skip Clause is not supported in CRM.”

    Microsoft’s documentation clearly states: “Dataverse doesn’t support the $skip query option, so you can't use $top + $skip for paging.”

    Correct way to do pagination:
    Use server‑driven paging with the @odata.nextLink returned in the response. This URL contains a $skiptoken, which you pass back to fetch the next page. This is the only supported paging method in Dataverse Web API

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard