Hi,
In my projects I need to auto-populate my Start Event form with data. The only two ways that I know so far it is possible is: first by using getQueryStringParameter function, and second by using a Data Lookup control. With the second method I can load my drop down list from a SharePoint, and also filter the response with a local variable. I was hoping that there was a way of doing similarly from SQL Server.
Is it possible to achieve?
Regards.
Solved! Go to Solution.
Hi @artmov
If your SQL server is API enabled such as Azure SQL, you can create a Nintex Xtension for your service, using this then you will be able to add that service as a data source.
https://help.nintex.com/en-US/xtensions/Home.htm
Hope this helps
Jake