My flow has to add from 1 to N document attachments to a D365 email message ie Created in D365, (not Outlook) The problem is that I can't create an Activity Mime Attachment inside Flow. Flow demands a lookup to a related Attachment record, but Flow does not support creation of Attachments. So I'm snookered. I've seen some kludges suggested on the forums, like using an HTTP post, or directly hacking the Flow code to create an activitymimeattachment without an associated attachment, but I don't want to kludge it, I want a supported Flow based solution. Can anybody help me?