- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 04:04 AM
There is a record producer "Knowledge Support", which will create a record in "kb_submission" table.
Need to create a workflow so that there is a user approval and group approval required.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 04:27 AM
Hi @Naveen Kumar ,
you can create workflow and flow on your record producer table and set approvals.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 04:11 AM
Hi Bharath,
We provide some Out of the box approval Workflows for Knowledge. Take a look here
If this is something custom, would suggest using Flow Designer where you can create an 'Ask for Approval' action based on a trigger.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 04:16 AM
Hi @Naveen Kumar ,
Please understand the concept of record producer and its use in ServiceNow.
Record producers are used to creating a record in any table like Incident, Problem, Change.
So if you are creating a record producer for any of these tables means it will create just a record in the table and that's it .use of record producer will get over after creating record.
You can't attach a workflow to a record producer, you have to write the workflow for the target table.
eg if you have record producer for incident ,then write a workflow for incident table.
So to run a workflow, you would need to do it within the workflow properties by selecting the target table or selecting a target table and a condition to run it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 12:32 PM
This is some serious and easily explained answer. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 04:27 AM
Hi @Naveen Kumar ,
you can create workflow and flow on your record producer table and set approvals.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar