| | | Junior Member
       
Group: Forum Members Last Login: Thursday, November 06, 2008 Posts: 6, Visits: 24 |
| | Need to know how to attach file to email in email activity |
| | | | Forum Newbie
       
Group: Forum Members Last Login: Monday, July 14, 2008 Posts: 1, Visits: 31 |
| Adding Email attachments using Contents and Variables: Steps to add Email attachments using Workflow Variables: To set email attachments using variable, the variable name has to be prefixed with "^[ActivityName]". For example, for the activity named "EmailNotification", the variable has to be named "^EmailNotificationattachments". Set the value for the variable with physical paths to the file. Multiple files can be set by using the ';' separator. Steps to add Email attachments using Contents: To send file attachments with the email, add a content with a name prefixed by the activity name followed by attachments. For example, if a file attachement has to be sent along with an email from an activity named 'EmailNotification', add a content with 'EmailNotificationattachments' as its name. The XPath expression should select the nodes which contain the path for the files to be attached, for example //fileattachments/*. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, November 11, 2008 Posts: 166, Visits: 704 |
| Hi Renjith, Step 1: Start activity declare a variable of type string “^[EmailActivityName]attachments”. Step 2: Use update variable and update the above with the physical path of the file which you need to attach. If multiple files, then use delimiter “;”
Regards, Bineesh |
| |
|
|