Constrain horizontal scroll repeating group to certain count of things?

I have a horizontal scrolling repeating group sorted by a things fields list of things descending. Is it possible to limit the horizontal scrolling repeating group to a certain number of things?

Hey @aloecf
You could use the :items until # operator to do that. If you only wanted to show 5 items from that list, for example – “Do a search for users:items until #5
Let me know if that solves your problem.

This topic was automatically closed after 70 days. New replies are no longer allowed.