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.