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