Saving multiple inputs inside RG to a list field in a data entry

I’m currently trying to save x amount of inputs from an RG into a data entry. Here’s some pictures, since it’s hard to explain:


I need to save the intros to this data field:


Cheers

What’s the problem here? You are not able to save the data?

I can’t find a way to save the text inside of the inputs. The input fields are inside of a repeatinggroup, and the text inside of them needs to be saved to a list.

Create an event: An input’s value is changed

Then save the value of the input to a state

After that When button is click, create a thing using that state

Hmmm i don’t think that is going to work, since i need to modify a list entry. Do you have any ideas for that?