Hi ,
I want to attachment output file in Send SMTP Mail message. In the new activity , when I am trying to use the variable (file path+file name ) its throwing error .
Hi ,
I want to attachment output file in Send SMTP Mail message. In the new activity , when I am trying to use the variable (file path+file name ) its throwing error .
Instead of string variable, convert it to IResource
. Pass below expression in Attachments
New FileSystemLocalItem("str_outFileName")
Check the datatype of str_outFileName
. Looks like it’s datatype isn’t string
. Change it to string
and this should work.
You are passing this as collection item. Assign this way.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.