Retrieve data from an Input SearchBox in a nested RepeatingGroup

Hello bubble community,

I have the following scenario:
I have the data type “Medcare” with the columns “Ingredient” and “Drugs”. I want to search for ingredients in an input box “Input main Ingredient”.
In a RepeatingGroup “A”, all drugs should be shown that contain the ingredient of the input box.

I solve this scenario by assigning the RepeatingGroup the DataSource “Search for Medcare” and the constraint “Ingredient = Input Main Ingredient’s value”.

Now, for display reasons, I want to output the same query in a nested RepeatingGroup “C”.
“C” is in RepeatingGroup “B” which is in RepeatingGroup “A” (nested three times).

I have tried it as follows (however, the Repeating Group always gives me the same value for all inputs within “C”):

“A”: DataSource “Search for Medcare” and the constraint “Ingredient = Input Main Ingredient’s value”
“B”: DataSource “Search for Medcare” and the constraint “Ingredient =Current Cells Medcare’s Ingredient”
“C”: DataSource “Search for Medcare” and the constraint “Ingredient =Current Cells Medcare’s Ingredient”

Bubble.io

What am I doing wrong and how should the query be structured?

Thanks in Advance!!!

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