It seems that user a parameter as filename for parse e-mail message does not work.
I have a trigegering event (file monitor) that check for new files and Pass new files names as parameter.
When i use this parameter in the parse e-mail message action, i get an error message (filename or directory or volume incorrect syntax...the file is not an email message)
Using the same task but giving manually the same path+file, email paser works fine
Parse e-mail and parameter/variable
Re: Parse e-mail and parameter/variable
Pay attention that File Monitor trigger pass the LIST of files (not single file name) as multiline text.
So you have to process this list in the Text Loop.
If the list contains only one name then it contain EOL (end-of-line) symbols at the end of name.
So you have to process this list in the Text Loop.
If the list contains only one name then it contain EOL (end-of-line) symbols at the end of name.
Oleg Yershov