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.