I really need the ability to send an E-mail with the attachment(s) added when a new SharePoint list item (containing attachments) is created using Microsoft Flow.
So after reading different forum posts and seeing that you are not able to send email attachments directly from a list item. I found a workaround to send the list item attachment as an email. It will just require a little work.
The first thing you will need is a folder in a sharepoint site.
Upload all the files that you will be sending into that folder.
Now in your flow follow the steps below.
What is happening is flow will now use the attachment "Display Name" as a reference within the sharepoint site folder. Once flow finds it within the folder, you can now use its ID to use the action "Get file content".
It will fail if the name of the attachment is different from the name in the folder.
This is just a workaround until Microsoft actually adds the option to send attachments directly from the item.
I suppose a trigger "When the attachment of an item is modified in the sharepoint list" is helpful when you have a list with attachment inside and want to know if that attachment is changed during the life of the list.
We have several contract documents attached to a list item as we go through collecting signatures. We need to able to select whichattached file from the list item is attached and sent in an email, such as "If filename begins with 'Final -' then attach and send that file".