Skip to content

Conversation

@VaishnaviLathkar98
Copy link
Contributor

The Search Knowledge Articles by Keyword Flow Action allows ServiceNow developers to perform a self-service search within the knowledge base by providing a keyword input. It returns a JSON array of active knowledge article titles that contain the keyword in their short description. This action can be integrated with chatbots, virtual agents, or any flow requiring dynamic knowledge article retrieval.

Purpose

Given a keyword string, this action queries the kb_knowledge table for active articles whose short description contains the keyword, collects their titles, and returns them as a JSON-formatted string array. This facilitates real-time knowledge search capabilities directly within ServiceNow workflows.

@github-actions
Copy link

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@Rampriya-S Rampriya-S self-assigned this Oct 18, 2025
Copy link
Contributor

@Rampriya-S Rampriya-S left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution, the Search Knowledge Articles by Keyword action looks good to me.

@Rampriya-S Rampriya-S merged commit 59cc87f into ServiceNowDevProgram:main Oct 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants