Hi,
Previously had help setting up the below flow so it didn't send multiple emails and it's working perfectly now, but I would like to be able to send attachments from the SharePoint list in the email too (there may be multiple attachments and I'm using powerapps to input the attachment and other columns on the SharePoint list) I don't want it to end up sending multiple emails again
Solved! Go to Solution.
I have managed to get it working, the solution seemed to be the below, this code after contentbytes 🙂
The key to doing this is to build an array of attachments in a variable using a Loop before you send the email. Then you can click the icon to the right to the Attachment name and switch the input over to accept an array of attachments. See the icon highlighted in the screenshot.
Here's an article that explains how to create the array of attachments in a variable.
https://flow.microsoft.com/en-us/blog/multiple-attachments-single-email/
Hi,
I tried this and it would only let me create the array at top level, and just couldn't get it to work
YOu initialize the array variable at the top level with a null value, but then you can 'Append to the Array' inside the loop. Read the article I posted. There a full step by step explanation with screenshots.
I have followed this exactly from what I can see but it fails at the condition part
Your problem is something in the Send Email Action. Can you send a screenshot of that and the loop where you are building the attachments array.
Thanks for your patience with me, see below my full flow
That all looks correct. In the failed run you posted earlier, what is the error in the Send Email Step?
I have managed to get it working, the solution seemed to be the below, this code after contentbytes 🙂
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
36 | |
15 | |
15 | |
13 | |
8 |
User | Count |
---|---|
43 | |
33 | |
25 | |
13 | |
12 |