Retrieve last 5 rows?

I try to retrieve the last 5 rows from my airtable db. Any ideas how to do this?

//T

I sont think directly to call last 5 rows…

Just get all rows

After getting all, just use from to by event component to fiter into last 5

From - get total rows
To - 5
By - (-1)

This will give you last 5 rows in dece order