I am trying to use a repeating group to show specific items of one list (within a data thing), based on true/false or yes/no in another list.
E.g. - List one - Fruits:
- Apple
- Banana
- Mango
- Grapes
List two - Availability:
- No
- Yes
- Yes
- No
Can i get the repeating group to show Banana and Mango in the first and second cell? And no others… I have the repeating group type as text.
The datasets in my things are all lists, the first items of all lists relate to each other, as do second, third etc. I can get the text to be visible only when current cell’s availability is a yes, although the cell stays (albeit empty) rather then not displaying at all, which makes sense but leaves me with random empty cells.
Thanks!