Repeating group to database

Hi everyone, I need some help for my app.

I want to save my products repeating group to database. I created a custom event to create a single product in rg.

I want to trigger the save event for each item in rg. Actually I can loop in rg but an event cannot call itself. That’s why I created the second event (save 2) and it calls only the original save event but again bubble doesn’t allow it.

What should I do to save all items in a repeating group to database?

Thank you

1 Like

Hi,
You can create a loop via “Do when…” “Only when a state is yes”. Inside that action you can change the state to “no” and schedule a custom event which will change the state to “yes”.