Attachment ID in Microsoft 365 Email

Hey all -
I’m working on a simple flow that will take CSV attachments and import them to a MySQL database. I have Office 365 connected, the List Attachments node setup, and a Download Attachment node setup. The data flow appears pretty straight forward: MessageID from the Watch Message node and AttachmentID from List Attachments node. However when I map those inputs to the Download Attachment node I get an error as if an attachment doesn’t exist. I can see the attachment, including the correct file name in List Attachments output bundle.

This feels like it should be obvious. What am I missing?

1 Like

It looks like you are mapping the same ID to both the Attachment ID & the Message ID.

1 Like