- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 09:29 PM
Hi all,
Here are the steps which I followed :
https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/administer/survey-administration...
- Created a Survey in our Dev instance.
- Activated plugin - Outlook Actionable Messages
- Set up trigger condition
- Amended the “Survey User Invite” notification with below code : ${mail_script:include_survey_actionable}
- Triggered the survey
Issue :
It is triggering a normal survey, NOT an interactive one. I have also tested with WebMail and still no luck.
Can someone help me?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 01:25 PM
Hi Jyotsna,
Interactive survey did not work for me.
Below are alternative steps I followed :
- I created a normal survey using Survey Designer.
- Then created a custom email notification with smiley faces(good/bad/neutral - this was our requirement for interactive initial email).
- Redirected users to survey which takes them to service portal page.
- Created a service portal widget, added the widget on the out-of-the-box survey page. Did some server side scripting in the widget as we wanted to save the smiley response in the survey results table depending upon which smiley face user clicks good/bad/neutral.
Hope this example makes sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 12:02 AM
Hi All,
Did anyone found as solution for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2020 04:09 AM
Hi everyone,
I didn't find any solution.
I ended up developing a custom survey notification for this as the requirement was to have (Happy, Sad, Neutral) Smiley faces in it which was not supported by this plugin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2020 04:23 AM
Hi Gaurip,
Could you please help with the steps you followed to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 01:25 PM
Hi Jyotsna,
Interactive survey did not work for me.
Below are alternative steps I followed :
- I created a normal survey using Survey Designer.
- Then created a custom email notification with smiley faces(good/bad/neutral - this was our requirement for interactive initial email).
- Redirected users to survey which takes them to service portal page.
- Created a service portal widget, added the widget on the out-of-the-box survey page. Did some server side scripting in the widget as we wanted to save the smiley response in the survey results table depending upon which smiley face user clicks good/bad/neutral.
Hope this example makes sense.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 07:19 PM
I am guessing the "redirected users to survey" would be a normal survey page that requires user to be logged in to SNOW, is that right?