Right now I have a Flow setup that automatically notifies a user of an upcoming expiration of a request they submitted to my team. It sends an e-mail 30 days before the expiration and gives the user the name of their request along with other bits of information (the expiration end date, direct link, etc), but I would also like to include the attachment(s) to the request itself. This could be multiple Excel files (for example, if the user wishes to renew, it would be a new attachment added to the list entry).
Additionally - it updates a separate column called "notified" to prevent that list entry from being sent again.
The user fills out an Excel form as part of their request. These requests also have approvals (often as .pdf or e-mail attachments) that I would like to exclude. Down below is what my flow currently is, and I'm struggling to figure out how to have a single e-mail sent with only Excel attachment (could be multiple), which display the file name.
In a test example I was able to send out an email with multiple images but they were sent as multiple e-mails instead of a single e-mail, and it did not include the actual file name (but rather the Id from Get Items that included the filename at the end, between garbled characters).
