Surveys for multiple users?

Uncle Rob
Kilo Patron

USE CASE:  Every project has a group of related records called stakeholders.
At the end of the project I want to send a survey to every stakeholder flagged as "send survey = true"

 

I have a SURVEY defined, and a trigger condition that works wonderfully.
Problem?  How to get recipients.
Now, I know you can build custom recipients lists.
You can even CODE the recipients list.
What I don't know is how to get the coded recipients list to know what record the survey has been generated for.

RobertFedoruk_0-1681768152116.png

 

Anyone done anything similar?


2 REPLIES 2

Uncle Rob
Kilo Patron

Why is it every couple years I have to rediscover how much I absolutely hate ServiceNow's Survey / Assessment implementation.

Hello Robert,

 

Did you already got the answer to your question?


if not and if i understood your question correct then maybe a new field of type list can be added to form. Write a script to populate it with the users which you want to send survey for. create a survey and then go to trigger condition of survey. Select your project table under in table field. Under 'user field', select your newly created field. Define the conditions and other fields as required.

when the survey will be triggered it will be triggered for all the user mentioned under new field for the record which will be satisfying all the conditions under trigger condition.