Description
On some occasions, we may need to attach more than one file to the emails we send in an automated process.
Here's how to do it in just three steps.
Instructions
1. Add the Send Email activity to your workflow
2. Navigate to the attachments section
3. There, click on the "Calculate a value" option
Note: The important thing about attaching multiple files is to define a list of strings, where each string represents the path to each file you want to attach. For example:
1["C:\\Users\\ElectroNeek\\Desktop\\attachment\\request.neek","C:\\Users\\ElectroNeek\\Desktop\\attachment\\main.neek"]
This way, when you send an email using a bot, every file in the list is included as an attachment.