How to edit more than "parent group thing" data using the repeating group

Hi, everyone!

I’m using a repeating group in my application. When I click the edit icon, I open an edition popup. When I saved the information, after editing then, it was supposed to edit data in three different tables with the same information columns. The issue is: I can only edit data in one table (parent group thing).

Bubble doesn’t allow me to edit the current cell in other tables with the function “search for” because I can’t find the correct rule, and it always turns red.

I would like to know if what I’m trying to do is possible (and how to do it) or if I must change all my data structure (keeping only one table instead of three).

Captura de tela 2023-01-03 102123

You can only make changes to a single ‘Thing’ in a ‘Make Changes To A Thing’ action, so if you need to change 3 different things just use 3 separate actions in the workflow…

How you define which things to change based on the current cell’s thing will depend entirely on how your database is structured…