text response converted to image response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 08:08 PM
Hello everyone!
I am using Now Virtual Agent on Slack. The following issue has occurred:
When the text response contains an HTML tag, Slack receives an image, and some characters are not displayed correctly.
I would greatly appreciate your help!
Thank you!
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 07:44 AM
That's expected behavior for outputting HTML on Teams and so I'm sure it's the same on Slack.
As far as the character not being displayed, that's gotta be an issue on the back-end outside our control with whatever ServiceNow does to render the HTML before turning it into an image. Could be worth opening a case to ServiceNow about that...
I would first recommend though you either to put your output text in the normal "Response message" box where you can do basic formatting (bold/italics/link/list) - you can use script variables in here to be somewhat dynamic - or otherwise if you absolutely need to script the output, try Markdown, which should render properly as formatted text (not an image) in Teams/Slack if I recall.