Skip to main content
Nintex Community Menu Bar

Passing a value to Form Variable

  • April 16, 2020
  • 2 replies
  • 7 views

Forum|alt.badge.img+1

Hi all,

 

Is there a way to pass a field value into a form variable when a form is open?

Scenario: User will pass a value eg. 1234 while filling out the form, then I want to store the value on the form variable to pass it against SQL control.

 

Could you please advise?

 

Thanks.

Ren

 

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • April 16, 2020
Hi,

Add the Named control into the formula of the variable.
If you just want to pass the value to the SQL control then dont worry about a variable and just use the named control in your sql action.

Forum|alt.badge.img+1
  • Author
  • April 16, 2020

I have already tried putting named control to a variable. It did not work. But straight name control worked.

 

Thanks.