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.

$skip in OData queries — that’s why getAll() throws “Skip Clause is not supported in CRM.”$skip query option, so you can't use $top + $skip for paging.”@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