Skip to main content
Nintex Community Menu Bar

Can i save Nintex form data to external database?

  • May 29, 2020
  • 3 replies
  • 23 views

Forum|alt.badge.img+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

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • June 1, 2020
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.

Forum|alt.badge.img+1
  • Author
  • July 10, 2020

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.


Forum|alt.badge.img+11
  • Scholar
  • July 12, 2020

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.