Hello all. I have a list of selected item in repeating group with a “save” button. The workflow is: when I click on “save” button, the selected items from the repeating group are saved in the database (Create a new thing). The problem is datas are not in separate lines in the database. All the information is one row and line. How can I fix?
I want to gather the information in separate line and rows.
Can anyone help please?
I verified again and it doesn’t work at all. All the the data in my database is wrong. e.g: it’s like if I add “orange juice” in my repeating group and save it in the database. The information saved is “Cheese burger”. I don’t know why? I’m stuck