web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Skipping top 300 from ...
Power Automate
Answered

Skipping top 300 from get items

(0) ShareShare
ReportReport
Posted on by 320 Moderator
hi,
 
I need to skip first 300 list items with sharepoint get items. is it possible?
Categories:
I have the same question (0)
  • Suggested answer
    David_MA Profile Picture
    13,859 Super User 2026 Season 1 on at
    That should be possible. One question, do you delete items from the list? If not, then just add a filter query where ID gt 300.
     
    If items can be deleted, you'll use a similar filter query, but you will need to calculate the number for the gt condition. To do that:
    • Add an integer variable and name it FilterValue
    • Add a Get items action to your list and sort it by ID asc and limit it to returning 300 items
    • Add a condition and use a length expression to check that 300 items were returned.
      • ​​​​​​​If less than 300 items are returned, then no exclusion is required.
      • This isn't needed if you know your list already has more than 300 items.
    • Add a Set variable action and set the FilterValue to the value of the 300th item.
      • This expression should work: int(body('Get_items')?['value'][299]?['ID'])
    • You can then add another Get items action and filter it to where ID gt FilterValue
    I have not tested this, but it should work. 
  • Verified answer
    arcado Profile Picture
    320 Moderator on at
     
    hi,
    skip(outputs('Get_items')?['body/value'], 300) function is working. thank you for your support. :)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 77 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 68

#3
Expiscornovus Profile Picture

Expiscornovus 56 Most Valuable Professional

Last 30 days Overall leaderboard