Hi, yes the initial posts are quiet difficult to understand, so I have attached a demonstration form for those who have posted questions, hopefully this will help you in getting this working in your forms.
This is what you will need to do to get it working:
-
Create a Custom List in Sharepoint, keep the Title field and add an Amount field (as a number or text).
-
Get the GUID of the Custom List.
-
Open the attached form in Design mode.
-
Update the default value of the List Name field with the GUID of your list from step 2.
-
In Data / Data Connections modify the Web Service Submit data connection and replace 'workspaces2/fi' to http://WHATEVER_THE_PATH_TO_YOUR_LIST_IS/_vti_bin/lists.asmx?WSDL
-
The form should submit all of the lines from the repeating table into your list when you click the 'Submit All Lines' button.
Hopefully this helps.
Once you get it working it's terrific, I have even extended it to allow for selective submit of lines based on additional criteria by modifying the condition on the TriggerLine rules!