I am attempting to work on a solution regarding how I can continue to allow updates within the most recent 250-500 entries from my SP -> Excel flow. Currently I am utilizing the below solution to be able to update entries after I get past item 256. Currently with this solution I have found while it does currently resolve my issue it does however 1) require having to continually go back to increase the threshold and 2) takes a longer time for my flows to function because it is scanning through all of the rows of the data.
Solved: Re: 256 rows limit - Power Platform Community (microsoft.com)
What I am trying to find out is if there is a way for the system to instead on read the FIRST 256 entries to instead read the most RECENT 256 entries within the database. I.E. in a dataset of 1,000. When I attempt to update the list rows function will look through item ID 744 – 1000 instead of 1-256 and continue to roll as new entries are being added.

Report
All responses (
Answers (