Redirect to the Knowledge base through the serviceportal Dynamic content block.

Mad3
Tera Expert

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.

 

Mad3_0-1708932498486.png

 

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hi @Mad3,

 

You need to escape the '&' character. Replace it with &

e.gservice-now.com/sp?id=kb_category&kb_category

 

Cheers

View solution in original post

4 REPLIES 4

Mark Manders
Mega Patron

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

Hi @Mark Manders 

 

Tried to give ';' at the end, still same error i can see.

James Chun
Kilo Patron

Hi @Mad3,

 

You need to escape the '&' character. Replace it with &

e.gservice-now.com/sp?id=kb_category&kb_category

 

Cheers

@James Chun ,

 

It was working!

Thank you😀