| View previous topic :: View next topic |
| Author |
Message |
csteenbock
Joined: 14 Oct 2009 Posts: 9
|
Posted: Thu Nov 10, 2011 8:22 am Post subject: Parsing variables in email body |
|
|
Is it possible to parse a variable within the body of an email?
I have a file monitor task that runs an email task if it finds any files. I want the email to contain a list of the files found. I am using $%TaskTitle::Filenames%$ and that is returning all of the filenames separated by #^ on a single line. Can I parse this out and replace with a newline?
Thanks,
Chase |
|
| Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Thu Nov 10, 2011 8:41 pm Post subject: |
|
|
You can use the 'Filenames To Array' task in V9. (under arrays folder)
This will put the filenames one per line in an array file. Then call the array variable in your email body. $%ARRAYNAME::ALLROWS%$ |
|
| Back to top |
|
 |
|