Creating a follow-up process for survey responses

Daniel Voutt
Tera Contributor

Hi,

We want to introduce a process to ensure that we follow-up on any negative responses to surveys.

I have created the workflow, notifications etc and all is working perfectly except that the workflow is triggering each time the negative response is registered from each question and ideally I only want it to trigger once per completed survey.

Does anyone have any ideas on how to update the code to ensure the wf is only triggered once for each survey and not each question.

Thanks in advance,

Dan

1 ACCEPTED SOLUTION

if you open the table "task_survey" you can see state field. you have to write workflow on this table


View solution in original post

12 REPLIES 12

Hi,



we are also trying to do some follow up when survey Reponses have been unsatisfactory . Could you please explain in detail how this could be achieved ?


And once a survey is taken, I donot see any records on task_survey table as mentioned in the post.



Thanks,


Hi Ravali,



                    Check the property glide.task.survey_days_wait


ryadavalli
Tera Expert

Hi,



we are also trying to do some follow up when survey Reponses have been unsatisfactory . Could you please explain in detail how