I have created a flow that checks incoming email, scans for a particular sender and then posts the attachments to a document library. The flow works perfect and posts the attachments
The original email will always have two attachments with the same name, one in pdf and one in Excel. The challenge is I do not want to post both attachments, just one. I would prefer to post the pdf one, however I could live with posting the Excel version.
I have tried using a condition for content types, but it doesn't seem to work.
Any sugguestions would be greatly appreciated!
Solved! Go to Solution.
Hi @Anonymous ,
You could check if Attachment Name ends with "pdf".
If yes, execute Create file action; if not, do nothing.
Image reference:
Best Regards,
Hi @Anonymous ,
You could check if Attachment Name ends with "pdf".
If yes, execute Create file action; if not, do nothing.
Image reference:
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
44 | |
44 | |
37 | |
33 | |
27 |
User | Count |
---|---|
47 | |
38 | |
32 | |
31 | |
30 |