From variable to attachment
If you want to attach an extra file to an outgoing email, then you can use the advanced, utilities workflow component, From variable to attachment to achieve that. The component has these parameters:

- Variable name
The name of the variable from which the data is to be copied from. - Decode base64
If the data in the variable is stored as an encoded base64 data stream, then you can enable this to convert the base64 data stream into a binary data stream. - Attachment name
The name of the attachment in the workflow, that is to receive the data from the variable.
If you see an attachment name when you receive the email like this:

Then you are probably using an invalid characters in the attachment name. There is no standard as to which characters, that are allowed so you need to test for invalid characters and e.g. replace characters not found in the lists: a-z, A-Z and 0-9. On one mail server the dash (minus) character caused such an attachment name.
Related Articles
From attachment to variable
You can copy an attachment within a workflow into a variable with the advanced, utilities component: From attachment to variable. The component has these parameters: Attachment name The name of the workflow attachment to copy. Variable name The name ...
Set attachment name
The advanced set meta data workflow component, Set attachment name sets the name of the attachment for the next email(s) in the current workflow. This can be used with these workflow components e.g. to add an extra attachment to an email: File to ...
Attachment to Windows Share
The advanced, utilities workflow component, Attachment to Windows Share writes an attachment in the current workflow as a file in the referenced Windows Share. The workflow component has these parameters: The parameters are: Share: The share name ...
Windows Share to attachment
The advanced, utilities workflow component, Windows Share to attachment reads a file from the referenced Windows Share and stores it into an attachment of the current workflow. This attachment can be used e.g. as an additional attachment in a ...
Variable to Windows Share
The advanced, utilities workflow component, Variable to Windows Share is able to write a file into a shared folder, where the contents of the file is the value stored in a workflow variable. The workflow component has these parameters: Variable name ...