In case with static data from database i was using “created date” for sorting from latest to newest - you are able to do so as well not to create new field and fill db up
I tried to follow your screen shot, but it doesn’t seem to work.
First, I’m not using this in a Repeating Group. I’m using it on a chart, specifically ChartJS so I need to define the exact data field that I need to display. In a repeating group, each cell you can define a data thing. But in a chart, I have to define the exact data field that needs to be displayed.
Second, my data is not from Bubble’s native database. It is actually from Google Sheets using SheetDB API. Although I think in principle it should be the same, but for some reason, the Bubble editor doesn’t recognize my “Number in row” as number.
Is this requirement very uncommon? Can’t believe it is so difficult to figure this out…
In this case you are able to realize it on google sheet side. Create new sheet where you will display last 10 rows from the main page and shift API there. That’s the best and common way in this case