- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 03:24 AM
Hello Experts,
in virtual agent I have a topic block called "Survey" which I added to my setup topic. I would like to display link depending on choices made in survey. Is it even possible?
Kind Regards
Kuba
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2022 10:23 PM
Hello,
You can define the output in the survey topic block based on user input selections and use them in the Survey topic. See the image below for where to define the output.
If I have answered your question, please mark my response as correct and/or helpful.
Regards,
Nilima

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2022 10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 01:26 AM
How do I use those outputs as a variables in my main topic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 01:41 AM
And how do I reuse those outputs as variables in my main topic?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2022 05:35 AM
They appear as input variables in the main topic. By default, they'll have the name you define in the subtopic, but if you want or need (i.e. if you have multiple), you can manually rename them as well in the settings of the topic block from the main topic.
To use them in the main topic... from the data pill picker in the UI, they're available to select like any other input variable and from a script, they're similarly available like any other input variable (vaInputs.[name]).