Survey Answers from Survey Topic Block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 08:54 AM
I'm creating a new Topic in VA and using the Survey Topic Block to run a survey. I need to get access to the survey answers in the parent Topic. I can see the answers in the test window as a script variable called surveyAnswers but I can't access this variable later in my Topic. I tried following what is described in Solved: Can't get values from object - ServiceNow Community but I'm not having any luck getting the variable value, I'm just getting undefined.
Can anyone advise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 09:19 AM
I can get around this by duplicating the Survey Topic Block and adding an Output for the surveyAnswers variable, but would rather not create a new version of an OOTB Topic Block. Is there any other way around this?