How to Use the SharePoint REST API with Power Automate to Fetch More Than 100 Items

This post was updated:

The SharePoint REST API, when used in Power Automate, returns a maximum of 100 items by default. Here is one method you can use to retrieve more than 100 items:

Using the SharePoint API to return more than 100 items in Power Automate

Using the $top parameter to return the top 300 items:

_api/web/lists/getbytitle('<List Name>')/items?$top=300

See also:

HTTP Request to SharePoint limited to 100 results

Solutions to the SharePoint 5000 item limit using Power Automate

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Website Built with WordPress.com.

Up ↑

%d bloggers like this: