Solved

Access Azure SQL data from Nintex Online form...

  • 20 December 2018
  • 1 reply
  • 22 views

Urgent help required!!!!!

Data resides in AZURE SQL, I need to populate this data in Nintex Online form (to fill drop down). Is there a way that I can get AZURE SQL data into Nintex Online form?

 

Creating External list and accessing the data in Nintex Online form is not OK to the end user. Is there any direct approach where I can get/ query the data from AZURE SQL in Nintex Online form?

Appreciate your help in advance…

icon

Best answer by bstori 14 March 2019, 03:30

View original

1 reply

Badge +7

You will need to use the classic forms and write some JS. It will take a couple different steps.

 

If you or a developer can create a webservice that calls the data in Azure. You can write some JavaScript, use REST, call the web service using JavaScript within your Nintex Form and then you can use the Nintex jQuery syntax to popluate your drop down.

Reply