Auto Assign the Assignment group using Short description in predictive intelligence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 08:32 PM
Hello everyone,
I have a requirement to auto assign the assignment group of incident table, using short description in predictive intelligence.
Help me with the steps or business rule / client script script that will trigger.
Thanks in Advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 05:34 AM
Hi @Pavan_Snow_1 ,
I'd recommend starting with the docs: https://docs.servicenow.com/csh?topicname=predictive-intelligence-spoke.html&version=latest
Essentially, you need to create a Predictive Intelligence model for Classification and then you can use the Flow action "Classification Prediction" to trigger the prediction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 05:53 AM
Hi,
Have you already build a model using servicenow PI solution?
Thanks and Regards,
Saurabh Gupta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 06:38 AM
Hi Pavankumar,
If you go into filter > system definition > business rule and filter on "predict" you should see an OOTB business rule (see below) that you can activate and use to call your trained PI models. If you don't see that you can make your own using the example business rule at the bottom of this article. HTH - Lener
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 12:02 AM
Hi ,
I am trying on PDI and it is not working.