Hi there,
Note -I am a non-tech person and I followed a Youtube tutorial to get this far! I created a form with a question requesting user to submit attachment. I was able to successfully build a flow to send the attachment via email without any problems.
I now want to do the same thing for a form that has multiple questions that request an attachment. I used the same form build tutorial but I can't seem to get it working.
Appreciate any advice!
Thanks
KC
Screenshots:
Solved! Go to Solution.
Hi @carriecooper ,
You need to deal with the attachments included in each question separately.
Add multiple parallel branches to get the contents of the file and append to the same array variable.
Also, please check the comments below this article and see if it helps:
Advanced | Flow of the Week: Send multiple attachments on a single email | Power Automate Blog
Best Regards,
Hi @carriecooper ,
You need to deal with the attachments included in each question separately.
Add multiple parallel branches to get the contents of the file and append to the same array variable.
Also, please check the comments below this article and see if it helps:
Advanced | Flow of the Week: Send multiple attachments on a single email | Power Automate Blog
Best Regards,
Thanks Barry! I've added the parallel branches and that's all working correctly. I'm still throwing an error at the email step. I wonder if I am putting the correct dynamic content in the Attachments field??
In this section:
Error Message:
Hi @carriecooper ,
Regarding this error, the link I provided has already provided a solution. You can check the comments below the article.
You need to get $content when configuring Append to array variable action.
Best Regards,
User | Count |
---|---|
87 | |
43 | |
21 | |
18 | |
15 |
User | Count |
---|---|
130 | |
47 | |
42 | |
35 | |
28 |