Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
aveekr
Microsoft Employee
Microsoft Employee

REST API Pagination not working

Trying to use the Pagination Capability for REST API connector in Copy Activity in Fabric. But its not working. We are using the AbsoluteURL property. The connector seems to call the API once and not taking into account the pagination config. We are facing this challenge in ADF in Fabric. Any suggestions

aveekr_1-1715635965727.png

 

 

 

5 REPLIES 5
aveekr
Microsoft Employee
Microsoft Employee

We tried both options , it is still not working

 

aveekr_0-1715777349331.png

    "page": {

        "count": 108,

        "limit": 100,

        "links": {

            "first": https://api.xxxxxxxxx.com/v2/xxxx?offset=0&limit=100,

            "last": https://api.xxxxxxxxx.com/v2/xxxxx?offset=100&limit=100,

            "next": https://api.xxxxxxxxx.com/v2/xxxxx?offset=100&limit=100,

            "previous": null,

            "self": https://api.xxxxxxxxxx.com/v2/xxxx

        },

The next link is in the json body in this format

and we are using page.links.next as the value for absoluteURL

Hi @aveekr 

 

Apologies for the delay in response from my side.

Please refer to the documentation which might help you : Implementing Pagination with the Copy Activity in Microsoft Fabric - Microsoft Community Hub

 

Please do let us know if you have any further queries. Glad to help.

 

I hope this information helps.

 

Thank you

Hi @aveekr 


We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.

 

Thanks.

Hi @aveekr 

 

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others .
If you have any question relating to the current thread, please do let us know and we will try out best to help you.
In case if you have any other question on a different issue, we request you to open a new thread.

 

Thanks.

v-cboorla-msft
Microsoft Employee
Microsoft Employee

Hi @aveekr 

 

Thanks for using Microsoft Fabric Community.

If you want to use Value as None then enter the value as $.next.

vcboorlamsft_0-1715667653200.png

In case if you want to use Value as Body then enter the value as next.

vcboorlamsft_1-1715667665719.png

I see in the screenshot that you are using Body and entering the value as $.next. Try to use the property name without $ symbol and execute the Copy activity.

If the issue still persists, please do let us know. Glad to help.

 

I hope this information helps.

 

Thank you.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.