How to display results of one column, based on the search of a different column?

Let’s say I have 2 Recipes, with a list of ingredients for each Food:

  1. Cake
  2. Cookies

Here is the database:

Cake%20example

When the user searches for Cake, or Cookies, they are displayed a list of ingredients in the repeating list below.

Search%20Cake

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!

@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.

image

1 Like

Eli, thank you so much! That’s exactly what I was looking for. Really appreciate the help

1 Like

Glad to help!

This topic was automatically closed after 70 days. New replies are no longer allowed.