I have two InfoPath forms published to form libraries. one is a Time off request and the other is an expense report with repeating tables.
I am looking for a way to grab the data from the finished form to a list or spreadsheet that reports can be run against.
I am new to Sharepoint and am not a developer so some sort of codeless solution would be ideal. We are on Sharepoint 2010 .
I found a post here that seems might lead me in the right direction.
How to Query a Form Library in SharePoint 2010
Specifically the second option of one of the answers:
"Sharepoint Form Library This is propably the option you are using at the moment because by default it saves the filled out form as a document within a form library. You can also use this option to save data to a list by adding another Export connection pointing to your sharepoint list."
I cant find any good information on how to export form data from an Infopath form in a form library to a list.
Any help would be greatly appreciated.