Does anyone know how to query the question text of a wizard variable so that the question and answer result could be inserted into the comments of the record generated from the wizard? I honestly thought it would be something as simple as:
current.comments = wizard.variable_name.question_text + ' - ' + wizard.variable_name.value
This returns the following: undefined - undefined
Ultimately I would like to be able to output the results of the questions and answers so they can be included in the record that is created.
Any help would be appreciated.
Thanks,
Steve