I am creating a workflow which is triggered by an email arriving in an Exchange Online mailbox.
I can retrieve all the email properties (from, to, subject, date, etc) no problem.
The email has a property “has Attachments” which is true or false.
However, it does not seem to expose the attachment files themselves.
Is it possible to retrieve these?
I want to create a SharePoint document set for each email, and store the attachments inside the document set as files.
Thanks in advance!