Virtual Agent card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 12:41 AM
Hi All,
I'm new to the Virtual agent designer in ServiceNow and I'm experiencing some difficulties.
I'm trying to build a card with all the details of an input user, with additional links.
For example:
- Name
- Title
- Department
- Manager
- Location
- Teams - link to start a conversation - https://teams.microsoft.com/l/chat/0/0?users=<email>
- Mobile Phone
The problem is that I can't find a way to build it all in one response/card (custom field is not allowed in the "card response").
Does anyone have experience building a custom response with all these details?
Thanks,
- Labels:
-
Virtual agent desginer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 02:50 AM
Hi @Gal Cohen,
can you be more specific about your requirement?
The stated details are supposed to be displayed when, when the conversation starts or after some action is performed??
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 06:51 AM
Hi Kamil,
Our requirement is to show, using a card bot response (or any other valid method) choose user fields, and inside the same card frame, to add a link (the link doesn't exist on the user table) and not in a different response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 07:56 AM
I would use the Response card to get the information from the user table. Set a variable with the user email then use the link output to build the link.
If they are insistent on everything withing a single response, you need to use the Script Output and build the variables for all of the information needed to be able to display that list of information into a single response card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 11:01 AM
Hi @Lynda1 ,
Thank you for your response.
Do you have an example? I already tried to go this path, but no luck.