Hi,
I have a simple flow to 1)receive email with excel attachement 2)save file in sharepoint 3)send the file to specific users via email.
The problem is that when I save the attachment to sharepoint, not only the excel file, but also the jpg corporate logo on an html email gets saved. Two files(excel and jpg) will be generated each time, and will be sent out as separate email.
I only want to save and send the excel file... but how can I avoid saving the jpg file, or at least avoid from sending it out to users?
Thanks.
@Anonymous
You can place a condition to check the file extension as .xlsx file. If any other file comes, just ignore.
In the above screen shot, I am checking "Attachment Name" ends with ".xlsx" file. If condition return true, in the Yes block, write the logic to create file in SharePoint. In the No lock, just ignore.
Regards
Krishna Rachakonda
If this reply helps resolving your issue, please mark it as Accepted Solution.
WarrenBelz
146,522
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,890
Most Valuable Professional