Hi everyone,
I have requirement where i have fixed set of questionnaire created using Nintex form. What i need is to export the complete dump once user submits the form. Number of questions is fixed to 100.
Please note: I am not looking to connect each and every field in Nintex form to a SharePoint list > and export it to excel. This will require large number of list columns and will complicate the things.
My form format is something like below:
Question | Select Yes / No | Comment |
---|---|---|
Sample question 1 | Choose Yes/No | Enter your comment |
Sample question 2 | Choose Yes/No | Enter your comment |
Once form is submitted with all 100 questions answered, i wish to save the form data into excel or csv like:
Sample question 1,Yes,Comment 1
Sample question 2,No,Comment 2
...
Please suggest an appropriate solution if i am not thinking in the right direction.
Thank you in advance.