Hi all,
I am trying to build a flow where it saves emails passing through a shared mailbox to a SharePoint. Below is the logic of my flow:
A. If email contains attachments,
Save the attachment and nothing else
B. If email does not contain attachment,
Save the content of the email (currently using .eml extension)
I have already built the flow, and it works for both A and B. However, upon further testing I found out that B does not trigger whenever the email contains a hyperlink. Below is a screenshot of examples of emails that are categorized under B but did not trigger.
Ideally, it should save these emails as .eml files on my Sharepoint. Below is a screenshot of my current flow for B.
Please help! Appreciate your contribution.