- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2025 10:58 PM
I want to extract all the KB article. I exported the data as an excel export from Knowledge Table, but in Article body filed it's coming with html tags. How we can remove that html tags while exporting the data.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2025 11:30 PM
I also was not able to get any solution however, I found a workaround in which I made a custom field and copied the exact HTML article body to the custom field and just removed the tags like p and b but kept the line break using the regex expression in BR.
Here are the details.
BR-
When to run- "before insert".
Script screenshot is attached below.
@ShubhamK2600572 Please mark this solution as accepted. As it will be helpful for others.
Regards,
Saurabh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2025 11:25 PM
Worth checking
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2025 09:33 AM
I dont think you can update the property to false, as it is a security requirement to have the property to "true".
Warning:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2025 02:18 AM
@skalc Have you find the solution for this, My requirement is when we are viewing the knowledge records from list view the article body column is showing HTML tags along with the text in it, instead of this only text from article body should be seen.
can you help me with this,
Regards,
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2025 12:19 PM
@svirkar420 No, couldnt find any solution. I did check out-of the box and the functionality is same.The article body in the list view shows with html tags.