Display users in repeating group based on the number records they've created

I have a record type that users create as needed. A user can have created one of them, two of them, 200 of them, etc.

I wish to display, in a repeating group, all users who have created three or more of that record type.

I can’t figure out how to do this.

Search for records, grouped by User, with an aggregation of Count:

Then add a filter where the count is more than or equal to 3.

Then use each grouping’s User in your RG datasource.

2 Likes

Worked great! Thanks.

1 Like