- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 01:04 PM
Hi Guys,
I need to send an email from a Flow Designer. The email must contain the values of a list collector. I need help adding these values to the body of the email.
Example email:
Hi Joe,
Request #123456 has been completed. You are now the owner of the following accounts:
- List collector value 1
- List collector value 2
- List collector value 3
Please assist.
Thank you!
Regards,
Jocelyn
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2020 07:34 AM
you cannot use For each loop directly on list collector variable.
you will have to convert String and return String Array which can then be used in For Each
Refer below links for help and the steps
How to iterate an Array.String in the flow designer?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2020 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2020 07:24 AM
Great! It looks like you marked your own response as the correct answer, which may be confusing to others that read this later.
Would you mind marking my response as helpful & correct if I was able to help you.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader