Can someone please guide me that how can we send multiple files as attachment using MAPIEX VBO. In send stage/action, the attachment field is text and we can type just one file name there. I want to send multiple files in an email, please guide one this.
Hi
Just add a semicolon (;) between the file paths in the attachment field and you'll be able to send as many attachments as you need. I have added a screenshot as an example.
You can send multiple attachments by separating the filepaths with ; to the ""Attachment"" input.
For example: [File1] & "";"" & [File2]
Hope this helps,
Juho
Simple. In the attachments field write all attachment names separated by a semi colon.
For example: If I have 2 attachments:
1. Great
2. Gatsby
Your attachment field would look like: ""Great;Gatsby"".
Hope this resolves your question.