Can i save Nintex form data to external database?


Badge +1

I have one requirement where i have to save my nintex form data to external SQL server database. Is this possible in nintex with workflow or execute SQL or by other means.

 

Thanks in advance.


3 replies

Userlevel 6
Badge +22
Hi,

As long as the SQL server is accessible form Sharepoint and there is trust I cant see why you couldnt use an Exexute SQL action to create items in a database based of an item in SharePoint.
Badge +1

Thanks for your reply. I have to perform CRUD operation on that data, do you think it can be done with execute SQL? Please suggest. Any alternate way is very much welcome.

Badge +11

I have  used Execute SQL to create , read and update data in a sql server.Delete didn’t work for me so I had to find a workaround.

Reply