Hi,
I'm about do setup a basic flow that's pretty much written already.
However when the files are stored in SharePoint the images of the email body (like commercial banners etc) also gets stored.
How do I avoid this to happen. I basically only want the actual attachments like .pdf .csv .xlsx to be saved in SharePoint.
This is how the flow looks at the moment.
Solved! Go to Solution.
Hi @xparicon ,
You can add one more condition inside your apply to each of attachments section to check the file name ends with specific extension like ".pdf, .docx, .txt" etc.
Before your create file action, add a if else condition to check . ( Move option is not working, so To do this, remove the create file action, add this if else action, then in Yes block add your create file action )
Note : If your body and attachment contains same extension ( say for example .png ), this wont fit.
If I answered your question, please mark this question as answered and if you liked my response, please give a thumbs up .
Thanks
Purna
Hi @xparicon ,
You can add one more condition inside your apply to each of attachments section to check the file name ends with specific extension like ".pdf, .docx, .txt" etc.
Before your create file action, add a if else condition to check . ( Move option is not working, so To do this, remove the create file action, add this if else action, then in Yes block add your create file action )
Note : If your body and attachment contains same extension ( say for example .png ), this wont fit.
If I answered your question, please mark this question as answered and if you liked my response, please give a thumbs up .
Thanks
Purna
Thanks, worked perfectly 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
137 | |
44 | |
32 | |
32 | |
29 |