Using a parameter in Nintex form's SQL Request

  • 5 August 2021
  • 1 reply
  • 30 views

I am using "SQL Request" in a Nintex Form. I need to use a variable in the select statement's WHERE clause. I am getting this variable (var1) from the Form's URL query string using fn-GetQueryString(var1).

 

I can add a Label in the form to display the value, but unable to use it in the SQL Query.

 

Please let me know how to use such parameters in SQL Query in Nintex's SQL Request.


1 reply

Userlevel 3
Badge +12

Hi


Have you tried clicking the "Insert Reference" button, then select the variable from "Workflow variables" tab of "Insert reference" dialog?


Reply