Hi everyone, I’m trying to set the data source of a repeating group in wich I want to display the 10 last things (or 10 last items) created. Can someone help me please?
You can sort the repeating group by creation date
Hi there, @d.bouchaut… the previous response is correct in that you’d want to sort your repeating group by Created Date
… but to elaborate a bit and to match your exact requirement (assuming I have understood your post correctly), you have to combine the sort (in descending order, of course) with the :items until #
option. So, your repeating group’s search would look something like this…
Want to give that a shot and see if it gets you what you need?
Best…
Mike
Thank you so much Mike, your solution works very well !
Thanks a lot
1 Like