- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 07:15 AM
Hi Team ,
I want to understand Gen AI related Implementation that can be done on Source to Pay Module and can we implement Sentiment Analysis in Source to Pay Module to gauge supplier/requester sentiment. Please guide on same.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 11:27 PM - edited 09-26-2024 11:31 PM
Similar Use case developed using Service Now NASK for Survey Sentiment Analysis-
Or You Can use 3 rd Party LLM calls using Service Now Gen AI Controller + Flow to do the sentiment Analysis.
Refer this docs from Service Now-
=================Service Now Summarize Feature gave this ====
Summary: Use Sentiment Analysis with Flow Designer
Objective: Upgrade the assignment group of an incident based on negative sentiment in the short description.
Steps to Create the Flow:
- Navigate to All > Process Automation > Flow Designer.
- Create a New Flow: Name it (e.g., "Change assignment group if negative sentiment").
- Add a Trigger:
- Select Record > Created.
- Choose the Incident table.
- Add Sentiment Analysis Action:
- Search for Generative AI Controller > Sentiment Analysis.
- Use the Short description as the utterance.
- Set Condition:
- Add Flow Logic > If.
- Name it "Negative sentiment" and set the condition to check if the response contains "Negative".
- Update Record:
- Select Update Record action.
- Set the Assignment group to the desired value (e.g., Service Desk).
- Save and Activate the flow for production or further testing.
Note: Ensure capitalization is correct for the condition to work.
=====================================================
Use Sentiment Analysis with Flow Designer
Here Source Data will come from Source to Pay Module.
Regards
RP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 05:37 PM - edited 09-26-2024 05:37 PM
Any skill that doesn't exist in Now Assist OOTB can be created with the Now Assist Skill Kit. Check out the Now Assist Skill Kit library for examples.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 11:27 PM - edited 09-26-2024 11:31 PM
Similar Use case developed using Service Now NASK for Survey Sentiment Analysis-
Or You Can use 3 rd Party LLM calls using Service Now Gen AI Controller + Flow to do the sentiment Analysis.
Refer this docs from Service Now-
=================Service Now Summarize Feature gave this ====
Summary: Use Sentiment Analysis with Flow Designer
Objective: Upgrade the assignment group of an incident based on negative sentiment in the short description.
Steps to Create the Flow:
- Navigate to All > Process Automation > Flow Designer.
- Create a New Flow: Name it (e.g., "Change assignment group if negative sentiment").
- Add a Trigger:
- Select Record > Created.
- Choose the Incident table.
- Add Sentiment Analysis Action:
- Search for Generative AI Controller > Sentiment Analysis.
- Use the Short description as the utterance.
- Set Condition:
- Add Flow Logic > If.
- Name it "Negative sentiment" and set the condition to check if the response contains "Negative".
- Update Record:
- Select Update Record action.
- Set the Assignment group to the desired value (e.g., Service Desk).
- Save and Activate the flow for production or further testing.
Note: Ensure capitalization is correct for the condition to work.
=====================================================
Use Sentiment Analysis with Flow Designer
Here Source Data will come from Source to Pay Module.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 09:45 AM
Hi, sentiment analysis is not yet available OOB for Sourcing and Procurement Operations. Can you tell us why your team is interested in implementing this skill?