I want to filter drop-down list items are referenced by share point.
Specifically, there is are items in share point list like this ["A", "B", "C", "D", "E"].
Then in App1, I want to get top 2 items ["A", "B"] from a list, and App2 wants to get until third lower place ["C", "D", "E"].
I used FirstN and LastN property, but it didn`t get a result.
Are there any way to solve this problem??