- 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-22-2023 12:10 AM - edited 12-22-2023 02:55 AM
Hello @Sohail Khilji,
Yes you are right in get catalog variable we are getting comma separated values but that return sysId’s of groups so if we want the name of the group.We need to use 'fd_data._1__get_catalog_variables.groups' and then glide the record in script section and also fd_data._1__get_catalog_variables.groupsis used in script section of flow only.
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
05-07-2025 03:14 AM
Can we fetch other fields values depend on list collecter value in the email?
Suppose my list collecter is for user name and I want whatever users selected in the list collecter those users emails should be add in the email body can we do that and how?