Solved

NWC Form get the title of a choice control

  • 20 April 2021
  • 2 replies
  • 8 views

Userlevel 4
Badge +12

I'm using a NWC task form as a survey.

So the assign a task action has the mulitple outcomes disabled.

 

The form has 6 choice controls. All with a values of 1,2,3,4,5

We capture the results and store into a SQL db table.

 

Is there a way I can access the title property of the choice control?

I'd like to dynamically capture the title of the choice control and save that into a field in the SQL table.

I had a play with form variables, etc but could not see how to access the sub properties of the control.

 

My idea is that if the question changes but editing the task form design the updated question text / title is also available to be captured in a variable.

icon

Best answer by leighburke 21 April 2021, 03:27

View original

2 replies

Userlevel 5
Badge +13

@Gavin-Adams There is currently no way to get the value of the title, you could suggest over on the uservoice(https://nintex.uservoice.com). If you are going to be changing the title, could you just also store the change in a form variable at the same time.

Userlevel 4
Badge +12
Cheers.
I'll have a think about the user voice.
I think that setting a form variable will be my solution.
The user voice request might be to have an option of setting the title via a variable rather than just hard coded.

Reply