Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How to use the Skip loop in API call?

(0) ShareShare
ReportReport
Posted on by 20

Hi,

I'm trying to call all of the results within an API that has:

- 156349 total records;
- 50 records per page (skip);
- 3127 (3128.98) pages of results (total records / records per page);

URL request is "https://docplustest.com/v1/{token}/documents?skip=$skip".
Skip is the number of records you want to skip. Set the registration number you have already obtained.
I need defined all skip loops requests.

Ex:
- 1º loop - https://docplustest.com/v1/{token}/documents?skip=0;
- 2º loop - https://docplustest.com/v1/{token}/documents?skip=50;
- 3º loop - https://docplustest.com/v1/{token}/documents?skip=100;
- 3º loop - https://docplustest.com/v1/{token}/documents?skip=150;
...

Thanks for help.

  • Verified answer
    jroberto Profile Picture
    20 on at
    Re: How to use the Skip loop in API call?

    Solved.

     

    jroberto_0-1640617277284.png

    Thank`s.

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1