Thank you for the explanation, now it looks much more clearer.
And thank you @deadpoetnsp for the suggestion, just didn’t get you right from the beginning.
I tried it, and it seems to work with the repeating group.
But I have one more question. Can I somehow put the values to the repeating group dynamically from multyline input?
For example, each row should be a new list item on the repeating group. So, the user will put some data to the multiline input, and I need to store each line of the input to the database separately, as a different record.
I tried to do some manipulation with code(javascript) and put the values into specific RG text HTML tags http://prntscr.com/u5nqwy when the user will click the button. But looks like it is not stored as RG rows values
I just changed the HTML, and can not use these values on the workflow.
Any suggestions on this?