- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 12:03 AM
Hi everyone,
Good Afternoon,
I just want to know how can i trigger topic in the virtual agent from another topic using script bot response.
I know that OOB there is no way to trigger a top from another topic. So, just want to know is there any workaround or any way to trigger i topic.
Regards
Pratap Singh Sisodia
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 12:09 AM
Hi there,
Scripted you can use:
vaSystem.switchTopicByName() or vaSystem.switchTopicById()
Technically you might also use:
vaSystem.switchTopic(), though that is not recommended anymore.
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
05-29-2024 12:09 AM
Hi there,
Scripted you can use:
vaSystem.switchTopicByName() or vaSystem.switchTopicById()
Technically you might also use:
vaSystem.switchTopic(), though that is not recommended anymore.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field