I have a repeating table with 3 controls.
I want to add each of these items to a separate list item.
ex: when I fill out the 3 controls with details and click on submit, this will create one(1) list item
but if I fill out the 3 controls and added/inserted another table and so on, and submit, this will create list items depending on the number of repeating controls.
how will I also perform update and delete if ever there are changes made in the existing form.
any help is appreciated.
thanks