Hi, I want to display submissions from users. Fields in submissions are
Scope
Category
Subcategory
Strata
Content
I want to use a parent repeating group to display submission that has the same scope, category and subcategory, and a nested repeating group to display content for different strata within the same scope, category and subcategory
for instance, if there are three submissions
Submission #1:
Scope #1
Category #1
Subcategory #1
Strata #1
Content
Submission #2:
Scope #1
Category #1
Subcategory #1
Strata #2
Content
Submission #3:
Scope #1
Category #2
Subcategory #1
Strata #1
Content
Then the desire display is
Parent repeating group:
Scope #1
Category #1
Subcategory #1
Nested repeating group:
Strata #1’s submission content
Strata #2’s submission content
Scope #1
Category #2
Subcategory #1
Nested repeating group:
Strata #1’s submission content
I’m struggle with defining data type and data source and in general how to set this up
Thank you Bubble community