I have created a repeating group that captures recipes that a user has been sent. For instance, if Natalie sends Tom a recipe, it appears in the table (when logged in as Tom). The problem I am experiencing is when I assign/send multiple recipes one after the other, the repeating group duplicates entries into each line. The image below highlights this:
Your RG structure isn’t correct. Also, applying a search within your text boxes in a repeating group is highly inefficient and will grind your app once your data volume increases.
Rather do this:
Create a top level RG for Created By.
Then add a second RG that uses the parent cell’s Created By and brings in the recipes from that Created By.