- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2019 12:19 AM
Hello Everyone,
I am currently working on creating an incident from chatbot using VA Topics. Here I want to copy the conversation (happened with bot) and paste it to the worknotes section of the incident.
Can anyone provide some pointers for reference.
Thanks,
Krishna
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2019 06:55 AM
Hello Everyone,
I got the solution for this. I just wrote this script- "gr.work_notes = vaSystem.getTranscript();" in the Utility script action, and it worked. Thank you Ashutosh for the heads up.
Sharing this with you all, it may help anyone.
Regards,
Krishna

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2019 07:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2019 07:47 AM
Nice one the vaSystem.getTranscript()!
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 08:52 AM
I'm looking to have similar functionality, what do you mean by Utility Script Action? Where did you enter this script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2020 04:04 AM
can you please help me with the full details of the script I tried your script but its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2020 11:01 AM
Hi,
can you please elaborate the script I have added the
"gr.work_notes =vaSystem.getTranscript();" in utility script action but nothing is happening
please explain the process briefly
Regards,
KC