I am trying to create a “recent” list of items. I am adding an item ID to the record in the collection with “item count+1”, but when I try to filter this list to only show the top 4-5 items, I need to be able to use a function in the list filter condition. i.e. “item id is greater than item count - 4”.
Originally created by: ben@nomadicly.app