I have a Sharepoint list where items can have multiple attachments. I have a flow that works successfully that sends an email when a certain field in the Sharepoint list is changed. However, it sends ALL of the file attachments that are on that Sharepoint list item in the email. What I want is for it to only send the file attachment that has "DRAFT" in its file name. Currently I have my AttachmentArray variable in the Attachments field in the Send an email component which sends all of the attachments. Below is a snippet of my current flow.
I have tried what I thought would work, as well as a few different things I found on posts but I have not been successful. Does anyone have any tips so that not all attachments are sent, just the one that I want?