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.