In How to submit the rows of a repeating table in InfoPath to a SharePoint list I showed you how you can use a CAML update batch to programmatically submit rows of a repeating table in InfoPath to the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS).
I recently wrote that there are 5 methods you can use to submit data from an InfoPath form to a SharePoint list. One of these methods is by using the SharePoint Object Model.
You can combine the techniques used in the following 2 articles to create an InfoPath solution that uses the SharePoint Object Model to submit rows of a repeating table to a SharePoint list:
- How to loop through items in a repeating table in InfoPath 2007
- How to use the SharePoint object model to submit data from an InfoPath browser form to a SharePoint list

Comments to this post were closed 30 days after it was published.