assigned to name on survey

Brian Lancaster
Tera Sage

Does anybody know if there is a way to display the assigned to name of the survey.   I have a requirements where they want to add more questions to the survey but at the top they want an into on who the assigned to was.   See screenshot below.

survey.png

11 REPLIES 11

Alonso Villalob
Tera Contributor

I managed to show user's name within questions by doing the following:

1 Navigate into Survey>View Surveys and select your assessment record.

2 In the "Other options" tab, select the source table that is triggering your survey instance and save.

3 Within the same form click on survey designer, select and display properties of your question.

4 Select "assigned to" as the Source field.

5 You will observe the selected source field has been added at the end of the question as "${param}", then you can place that tag where you need it.

(Notice that survey instances must be created by survey triggers)

 

In this example I'm pulling project manager from the projects table:

find_real_file.png

 

I hope this is helpful for you.

hey, Alonso.

my question is exactly the same as this question here. I have followed your instructions to create a survey, but when it's assigned to someone it prints "${param}" not the value of the assinged_to.

can you help?