Save repeating group data

Hi everyone, I have a repeating group with text inside and I’d like to save this data in a table. The problem is that the repeating group is never the same size and I’d like to save each box on a new line.
Here’s how the data is currently stored in the database and how I save it:

I encountered the same problem in my webapp.

What I’ve done to make it work is that when the customer presses a button (your “add” button), you have to use the “set a state” function, which saves each piece of data in your RG in list format.

Behind this, you’ll trigger a backend workflow that will separate each list and save it line by line in your database.

I see that your data is in French, and so am I. If you can’t solve your problem, send me a message!