Hi guys,
I need some help with some bubble logic.
So I have multiline input and after user will put there his data(list of email), I want to update my repeating group with those lines from multiline input.
So each line of the multiline input should be placed to RG as separated row.
What I tried - I created a js script, which parse each line of the multiline input, and put the values into specific RG text HTML tags http://prntscr.com/u5nqwy. 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 or ideas? Will appreciate any help.
Thanks!