How to display a list in an email from Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 09:17 AM
Hello, I'm trying to send an email from flow designer that sends a list of records from a "Look up Records" step.
However, I can't seem to figure out how to display any data from the records and it's only passing through sys_ids. This results in a list in the email that's essentially gibberish. If I do a "For Each" step like I usually would after a Look up Records, it will send several emails instead of just one.
Is there a way to parse through a list of records? I tried the inline scripting a little bit but couldn't really find any resources on that and couldn't get that to work either.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 09:31 AM
Hi,
Yes you can write a email script in that notification which should be supplied with all this sysids and then create a table in that notification which sends it out.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 10:25 AM
How would that work? I'm having a hard time parsing through the variable in a script, I'm not very familiar with the inline scripting and can't find a lot of resources on the inline scripting in particular.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2021 02:10 AM
Hi Ryan.
Did you have it solved? Looks like I'm facing same challenge