Hi .Am looking for a way to display the parent list of items in a list.I have a Cigar Maker data type with fields such as name,city etc.And a list of cigars under it.I figured how to add different cigars to each individual cigar makers list,but when displaying the data in my “cigars page” ,Cant seem to figure out how to display the current cigars maker(list it belongs to).
If you have A and B and each A has a list of Bs
To show each As list of Bs:
all you need to do is put a repeating group inside your current repeating group (so nested) and as content type make it list of cigars and data source current cell`s list of cigars. then add a text showing current cells cigars name.
To show the A of each B:
When you add a new B to the A, do not only add the B to As list of Bs, but also make changes to the B, so that it is saved that B and A belong together.
As an example. Here I have an app where everyone uploads photos and everyone can add reviews to each photo.
The submit button that creates a review for a photo.