Power Apps doesn’t have a built-in skip function, so I researched how to retrieve array or table data while skipping the first N items.
What I Want to Achieve

Using LastN as a Substitute for the Missing Skip Function

LastN([Table (array)], CountRows([Table (array)]) - [Number to skip])

Therefore, when you need to retrieve an array excluding the first N items in Power Apps, use the LastN function as a substitute for the missing skip function.
Bonus: How to Get the First N Items

コメント