Hi @Steven Garis ,
Thanks for posting query in Microsoft Q&A platform.
As per my understanding, You are trying to use pagination in Copy activity source but ending up with above issues. Please correct me if my understanding is wrong.
Pagination can be used when you REST API will send response data along with next page URL details.
REST connector supports the following pagination patterns.
Below thread has detailed discussion about pagination and how to use it along with steps and screenshots. Kindly check it once.
https://learn.microsoft.com/en-us/answers/questions/606235/azure-data-factory-pagination-rule-for-rest-api-wo.html
It seems your response may not sending next URL details at key $d.__next. kindly check your response once after seeing above thread discussion.
Hope this helps. Please let us know if any further queries.
------------
Please consider hitting Accept Answer
. Accepted answers helps community as well.