Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to extract HTML content from Knowledge Base Article?

symonflores_23
Tera Guru

We want to push the HTML Content of a Knowledge Base Article with the fields (Knowledge Base, Author, and Valid to) into a payload in flow designer using a script.

How do we call the HTML Content of the KB Article with (Knowledge Base, Author, and Valid to) fields using script?

1 ACCEPTED SOLUTION

symonflores_23
Tera Guru

Found my answer:

'Knowledge Base, Author, and Valid to' can be get in 'kb_knowledge' table.

.

If you want to pull an HTML content of a Knowledge Article using Article Templates. Get it on table '

sn_km_mr_st_kb_knowledge'.
 
This works for me.

View solution in original post

1 REPLY 1

symonflores_23
Tera Guru

Found my answer:

'Knowledge Base, Author, and Valid to' can be get in 'kb_knowledge' table.

.

If you want to pull an HTML content of a Knowledge Article using Article Templates. Get it on table '

sn_km_mr_st_kb_knowledge'.
 
This works for me.