Nintex Workflow 2010 - Multiple Dynamic E-Mail Attachments
We have a Nintex Workflow and I need to send a list of documents in a folder to a customer as email attachment. Sound easy !! Although this could be an easy tasks unfortunately I couldn't find an easy way to do this, because the "Attachment" input element only takes a full path to a single file. That means you can't loop through a folder and collect all files with a seperator in a variable and give it to the attachment control. Or better would be to collect all paths in the "Collection" variable and give this variable to the attachment control. This also does not work in my Nintex version. Maybe the Nintex guys already added this feature. The only way I found is to save each file in a separate variable. So I had to make a restrictions like, "I've maximum 5 attachments". So in my Workflow I've 3 variables (you can have more): fileAttachPath : Contains the path to the folder like http://sharepoint/sites/projectX/docs fileAttach1: