Hello! I am working on creating a list of restaurants within a repeating group. The repeating group has a thumbnail, shows the restaurants’ names, and I want it to show the type of cuisine. While the name and the photo works, the cuisine is not showing up.
I think I may have done something incorrectly in the database. Cuisines are their own data type, and then within the Restaurant data type is a Cuisine field, which references the Cuisine data type and is accessed as a dropdown list.
When I insert dynamic data, for the photo it’s “Current cell’s Restaurant’s Restaurant-Thumbnail”, which works. The cuisine, which is within a group connected to the Restaurants (Type of Content: Restaurant, Data source: Current cell’s Restaurant), the dynamic data is “Parent Group’s Restaurant’s Cuisine,” which makes the dynamic text turn red. The name is “Parent group’s Restaurant’s Name” which works and the dynamic text is blue.
What am I doing wrong? Thanks!
