Change survey questions after surveys have been instantiated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 12:04 AM
Hi all,
we encountered an issue on our instance where we sent out surveys with incorrect question texts.
We would like to NOT cancel the surveys and resend all of them, we'd prefer to change the wrong question texts through a script.
Can anyone tell me how/ if there is a way to change already existing surveys in ServiceNow?
Thanks,
Tim
- Labels:
-
Multiple Versions
-
Survey Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 12:10 AM
Hi Tim,
All the Triggered Survey/Assessment Questions are stored in Assessment Instance Questions table [asmt_assessment_instance_question].
You can write a Fix Script/Background script on this table to update particular question using your desired Filter.
Please mark this as correct answer if it resolved, or mark this helpful if this help you to reach towards solution.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 12:17 AM
Hi Anubhav,
you are right, that the questions are stored in the Assessment Instance Questions table but there is no text in there that could be changed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2023 04:07 PM
Was this question ever answered?
I know for a fact you can go ahead and fix the question Positive indicator or issue. But this will skew the reporting on the survey data.
Another option will be to copy the survey and trigger and then modify the question and turn off the previous/ default survey already sent out. The latter/option 2 will be a better option.