In Power Automate Desktop I need to send an email with several attachments, each represented by its respective variable.
I've been trying to list them in the "Attachment(s):" field separated by a semicolon as follows:
%PDF_file% ; %XL_file%
The flow does not recognize multiple attachments when entered as variables.
Thanks in advance
Hi @legonzales1 I hope you are doing well.
Here below you will find he correct way to do it.
You need to put your variables between double quotes “” and add a space ( ) between each variable or file in this case that you need to attached.
So basically, the attachement section of the send email action will end up like this:
“%File1%” “%File2%” “%File3%” “%File4%” “%File5%” “%File6%”
Hope this helps,
If I have addressed your inquiry successfully, kindly consider marking my response as the preferred solution. If you found my assistance helpful, a 'Thumbs Up' would be greatly appreciated.
Additionally, If you have any other question, feel free to DM me, and we can initiate a discussion.
Kind regards,
Will SG
Managing Director & Automation Lead
RAMS CR (Recruitment & Automation)
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2