Solved

Exporting Nintex Form Data to csv

  • 28 January 2022
  • 1 reply
  • 424 views

We would like to export a number of unconnected fields within a Nintex form which currently have their value saved only in the Form Data. Due to the huge amount of fields in the form, it is not feasabile to create a SharePoint field for each control.

 

Our aim is to iterate the SharePoint list and export the form data into a CSV file. Would this be possible to export via Powershell? We are open to any other process as long as we hold one csv as a result.

icon

Best answer by SteSche 24 February 2022, 10:07

View original

1 reply

Managed to find a solution for the above scenario. 


1. Create a site workflow


2. Get items from SP list


2. Iterate through list items retrieved and query the Form Data SP field which holds the Nintex Form XML


3. Save the queried data in Workflow variables


4. Output the data into a file by a Web Request action

Reply