- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 11:28 PM
Hello community!,
As i am working on Dynamic content block i need to give a clickable link which should redirect to Knowledge base in a portal.
I am getting the below error. Not able to encounter the issue.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 01:16 AM
Hi @Mad3,
You need to escape the '&' character. Replace it with &
e.g. service-now.com/sp?id=kb_category&kb_category
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 01:02 AM
The error tells you what's wrong (just not visible in your screenshot). You have to end the line with ';'.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 01:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 01:16 AM
Hi @Mad3,
You need to escape the '&' character. Replace it with &
e.g. service-now.com/sp?id=kb_category&kb_category
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 02:48 AM