- 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 02:28 AM - edited 12-21-2023 02:29 AM
Hello @Samiksha2,
You can add the other variables as well in the flow use get catalog variables actions add all the variables of catalog in that and then body use that variable by using "fd_data" option. like same mention in provided script.
What is the trigger of your flow? can you share some more details? so I can help you to solve your issue.
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:42 AM
Hi @VaishnaviShinde ,
Thanks for helping.
I have to return these variables in the email
in the areas the list collector should populate. Everything is populating except List collector variable.
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 03:14 AM
Hi @VaishnaviShinde ,
I have created Custom action and added your code and made some changes in that.
Now i am getting the value. Thank you for your help.
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 03:20 AM
Hello @Samiksha2 ,
Please try below script in flow designer.
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 11:40 PM
@VaishnaviShinde good one ! Just curious to know..
Whats the diffrence in using 'get catalog varaible' action and 'fd_data._1__get_catalog_variables.groups'.
Event 'get catalog varaible' action will return string of comma seprated vaules Why are we not able to use those returned value and why do we use 'fd_data._1__get_catalog_variables.groups'.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....