Hi,
I have a Flow created that when an item is created in a SharePoint list (which includes multiple images as attachments), a word document is generated and sends an email to a user with the link of the newly created word document and the photo attachment(s). I have two issues:
1. How do I include the word document as an attachment in the email?
2. The Flow sends a separate email for each photo attachment that is in a SharePoint list.
How can I edit my Flow to send ALL attachments in the same email (1 email)?
If I have 4 attachments, I'm getting 4 separate emails.
Here is a copy of the Flow. I'm assuming I would need some kind of loop?
I appreciate your help. Thanks