Platform Propose survey responses agentic workflow
Summarize
Summary of Platform Propose Survey Responses Agentic Workflow
The Platform Propose Survey Responses agentic workflow in ServiceNow leverages AI agents to assist users in completing surveys efficiently, particularly after Incident or Request fulfillment. It addresses the common issue of low survey response rates by suggesting AI-generated answers based on the associated record details. Assignees receive an email with these suggested responses and can either accept them via a link or fill out the survey manually.
Show less
This workflow enhances survey completion rates by simplifying the process and enabling informed decision-making for survey respondents.
Prerequisites and Setup
- Requires the ServiceNow Otto for Platform AI application installed on your instance.
- Applicable to surveys triggered on the Incident or Request tables, including standard and custom surveys with triggers.
- Not available in the ServiceNow Otto panel.
- Users must have the snuxcgenai.platformaisurveyresponse role for access, with appropriate role masking and security controls configured.
- Triggers must be configured to activate the workflow upon survey events.
Accessing and Using the Workflow
- Available via AI Agent Studio under "Create and manage" > "Propose survey responses."
- The setup includes AI agents and tools that provide survey response suggestions and collect related data.
- Agentic workflows can be accessed and tracked within the Core UI or AI Activity panel in workspaces.
- UI actions can be configured for easier user access by enabling the appropriate property (
com.glide.agenticprocessesview.enabled). - Testing is possible with the
sn.aiaadminrole by entering a sample utterance specifying the task and fields to extract from records.
AI Agents Involved
- Survey response suggestion AI agent: Suggests answers based on record details and requires the platform survey response role.
- Survey filling data collection AI agent: Gathers data related to the record and survey questions to facilitate feedback collection.
Both agents must be activated within AI Agent Studio by enabling their status toggles.
Practical Benefits for ServiceNow Customers
- Improves survey response rates by offering AI-generated answers, reducing manual effort.
- Supports customization by allowing duplication and modification of the workflow instructions.
- Integrates seamlessly with Incident and Request lifecycle events to prompt timely survey completion.
- Provides transparency and control with email notifications and options to accept or manually complete surveys.
Use the Platform Propose survey responses AI agents agentic workflow to assist requesters in completing surveys.
Propose survey responses overview
The Propose survey responses agentic workflow can help simplify and increase survey responses. Many callers end up not filling out surveys after requests have been fulfilled, and this agentic workflow helps them to make informed decisions to answer survey questions quickly.
When this agentic workflow and trigger are activated, the assignee receives an email with AI-suggested answers to their survey based on the associated Incident or Request. They then have the option to accept the AI-generated answers with a link at the bottom of the email. They can also choose to fill out the survey manually.
The agents, tools, and triggers that are associated with the Propose survey responses agentic workflow are provided by AI applications. You can activate the agentic workflow template by making the trigger active. If you want to change this agentic workflow's instructions, you must duplicate it, adjust the settings to suit your needs, and activate the duplicated version of the agentic workflow instead.
Prerequisites and setup
To access this workflow, you must have ServiceNow Otto for Platform installed on your instance, which you can get if you install any other AI application.
You can use this workflow for any survey triggered on the Incident or Request table. For example, this agentic workflow can be used by the Short Customer Satisfaction Survey with Smiley Face when an Incident is closed. You can change existing surveys, and the agentic workflow can still propose answers. The agentic workflow can also be used for custom surveys triggered by the Incident or Request table as long as there’s a trigger associated with the survey. See Configure a trigger condition for a survey for instructions on adding a trigger to a survey.
Propose survey responses isn’t available for ServiceNow Otto panel.
Role masking
Required role: sn_uxc_gen_ai.platform_ai_survey_response.
Agentic workflows and their AI agents use role masking to determine which users can access them. Ones installed with your applications have specific roles that come included with the application. If you select Users with specific roles for user access, you must configure the security controls to include these roles. For the instructions to change the security controls, see Define security controls for an agentic workflow.
In the data access settings, you must also add the necessary roles to enable reading of survey tables and other related tables.
Accessing the Propose survey responses agentic workflow
- Navigate to .
- Select Propose survey responses.
The first step of the guided setup includes a complete list of included AI agents. Selecting the name of an AI agent opens it in a new browser tab, where you can see the full description, role, list of steps, and tools. Tools are displayed in the second step of the AI agent guided setup, Add tools and information.
In-product agentic AI and UI actions
Agentic workflows can be accessed in the Core UI and in workspaces in the AI Activity panel. From there, you can track their progress, provide or review input, and see the results of the work performed. For more information, see In-product agentic AI for more details about the AI Activity panel.
To enable users to access agentic workflows with UI actions, you can open the agentic workflow in AI Agent Studio and navigate to the Select channels and access step. You can select a UI action as a possible way to access the workflow
If you don't see your UI actions after configuring it in AI Agent Studio, ensure that the property com.glide.agentic_processes_view.enabled is set to true. See Enable the in-product experience for agentic workflows.
Sample utterance
After the workflow has been activated in AI Agent Studio, you need to set a trigger for the workflow to run. This workflow cannot be triggered from the ServiceNow Otto panel.
If you want to test the agentic workflow in AI Agent Studio and you have the sn.aia_admin role, enter the following phrase in the Testing page in the Task field: Help me with survey AINST00XXXX. List of fields to extract inc/case/req details: number, short_description, description, calendar_stc, escalation, reopen_count, close_code, close_notes, state, priority, caller_id. You must include the list of fields to extract.
AI agents used in the Propose survey responses agentic workflow
| AI agent name | AI agent description | Role required |
|---|---|---|
| Survey response suggestion AI agent | Suggests answers to questions based on record details. | sn_uxc_gen_ai.platform_ai_survey_response |
| Survey filling data collection AI agent | Collects the data related to the record and the survey questions to gather feedback. | sn_uxc_gen_ai.platform_ai_survey_response |
Other Platform agentic workflows
For more information on other agentic workflows that are associated with the Platform workflow, see Platform agentic workflows.