Parse e-mail and parameter/variable

Discuss RoboTask here
Post Reply
plizon
Posts: 1
Joined: Mon Sep 14, 2015 4:31 pm

Parse e-mail and parameter/variable

Post by plizon »

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
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Parse e-mail and parameter/variable

Post by Oleg »

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.
Oleg Yershov
Post Reply