Hi,
I am new to power automate, and trying to build a flow that get a multiple attachments (.xls,.csv & text) from SharePoint library, and send them in one email, I have no issue in the whole flow except that when I received the email only the text files get corrupted or not coded properly.
below is my flow:
please advise.
thanks
Solved! Go to Solution.
Hi @Muharriqi
Thank you for posting
Please change the Value as below and test again.
If you have subfolder in your folder and want to send files in the subfolder as mail attachments, please use Get files Action, because list Folder Action can list subfolder files. You can refer to the following flow:
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
The sharepoint connector Get file content returns the file content in binary format and not in base64 format. Please refer to the documentation from Microsoft : Sharepoint - Conectors - Get File Content
For more informations about how to handle Base64 and Binary File Content in Power Automate i suggest you check Lin Zaw Win article : Handle Base64 and Binary file content
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a 👍
Hi @Muharriqi
Thank you for posting
Please change the Value as below and test again.
If you have subfolder in your folder and want to send files in the subfolder as mail attachments, please use Get files Action, because list Folder Action can list subfolder files. You can refer to the following flow:
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
90 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
133 | |
53 | |
47 | |
36 | |
25 |