I've been testing the new Office 365 Outlook actions that are native to Power Automate Desktop now and am finding them useful for quite a few things, but was curious if there is any function within Power Automate Desktop that I can use to actually download an email attachment using the attachment ID and/or message ID, etc?
I've been able to successfully use the Get Emails (V3) action to get the raw output of emails with a certain subject and attachment that are needed, and have been able to trim down the output to get the message ID and attachment ID values needed for the Get Attachment (V2) action, and from that output can get the contentBytes string associated with the attachment(s) but as far as actually downloading the attachment at that point strictly within Power Automate Desktop is where I am currently stuck. There doesn't seem to be a way to actually download the attachment with these new actions, or maybe I'm missing another way to do it.
Anyway, just looking to see if anyone might have a useful solution to this. Using Graph API to actually do the downloading bit is something I've considered, but not ideal. (Also I should mention, using the Outlook application is not something I'm looking to do within Power Automate Desktop for this, and yes I know all of this can be done within in a PA cloud flow rather easily but I am curious to see if these new Office 365 Outlook actions in Power Automate Desktop have any recourse to actually download an attachment and not just identify it's raw details.)
Thanks in advance for any responses!