Hi everyone!
As the title says, I’m trying to put together a bit of a complicated filter.
To set the context:
- I have two data types -
user
andphoto
- I have a page with a repeating group that lists all photos from all users with a simple ‘Search for all photos’ data source.
Naturally, some users upload more photos than others and I want to stop this page from being saturated with photos from the users who upload a lot.
I’m trying to filter the results so that I only return the first 5 photos of each user. Visualised like this.
I can’t quite figure out the best way to filter it.
Would appreciate any help you can give