How to display a list in an email from Flow Designer

rdennis42
Kilo Contributor

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. 

3 REPLIES 3

Ashutosh Munot1
Kilo Patron
Kilo Patron

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

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.

Andrey Timokhov
Tera Contributor

Hi Ryan.

Did you have it solved? Looks like I'm facing same challenge