I’m building an app that helps people keep track of a hobby, e.g. baking. Each “bake” can be based on a number of "recipe"s. In a repeating group showing all the bakes a person has done, I want each bake to also list out the recipes that bake is based on.
I got this nice design from a designer, but not sure how to implement it! It’s like a horizontal repeating group, but which can line break onto multiple lines:
Any tips on how to achieve this?