Let’s say I have 2 Recipes, with a list of ingredients for each Food:
Cake
Cookies
Here is the database:
When the user searches for Cake, or Cookies, they are displayed a list of ingredients in the repeating list below.
How can I go about setting this up? I’ve been trying for a while with no luck.
I have the ability to search for the food. However, I cannot figure out how to display the list of ingredients in the repeating group below it.
Here is the app in the editor:
Thanks!
eli
July 30, 2019, 8:24pm
2
@daniel4 , check your app. It’s working now. You were searching for a list of recipes and what you needed was a list of texts as the ingredients are stored as a list of texts on a single recipe. Here’s the new data source set for your repeating group.
Your searchbox is providing the ‘recipe’ value.
1 Like
Eli, thank you so much! That’s exactly what I was looking for. Really appreciate the help
1 Like
system
Closed
October 8, 2019, 8:25pm
5
This topic was automatically closed after 70 days. New replies are no longer allowed.