- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 04:41 AM
Hi , I have a requirement to print the u_questionaire field of request item in a notifcation
I have wrtitten a email script in that iam using this
I am using this script :
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 09:45 PM
@avinashdubey103 can you please share screenshot of your record that is storing this value on form?
Is it storing data on separate lines in Questionnaire field?
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 04:48 AM - edited 12-26-2023 04:49 AM
Hi,
What is expected value?
What is the type of field?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 04:51 AM
type is string
i want to print it like this : same way we get using the geta value function

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 04:53 AM
Have you tried this:
var u_questionnaire_value = current.getValue('u_questionnaire');
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 05:08 AM
Did you try this?
Thanks
Anil Lande