- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 01:15 AM
Hi All,
I have added send email action in the Flow designer to send variables in the email.
List collector values are not populating in the email. Is there any way to show List collector value?
Please help in this.
Thanks,
Sam
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:09 AM
Hello @Samiksha2
If I understood correctly, you have to add the list collector values to the email body. You can try the below script in body section of "Send Email" action.
In the below highlighted section you can add the script.
This works for me.
Please Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Vaishnavi Shinde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 01:46 AM
Hi @Maik Skoddow ,
I have a list collector variable in the form.
whatever value selected but the user that should be populate in the email notification.
So i have added Send email action in the floe designer and added the list collector there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 01:26 AM
Hi @Samiksha2
Please help to understand, what you are storing in list collector. My experience say, it is not a possible case to get the list collector in email body.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 01:44 AM - edited 12-21-2023 01:49 AM
Hi @Dr Atul G- LNG ,
someone from my previous organization has done this in FD. But i have no idea how they had done in FD.
Right now sys id is populating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:09 AM
Hello @Samiksha2
If I understood correctly, you have to add the list collector values to the email body. You can try the below script in body section of "Send Email" action.
In the below highlighted section you can add the script.
This works for me.
Please Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Vaishnavi Shinde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:14 AM
Hi @VaishnaviShinde ,
Thanks for reply.
But I have to show value selected in the from.
Areas is a list collector (table is cmn_location).
Also with that there are more values should be populated. if I use script then I cannot add other variables.
Thanks,
Sam