Hi
I have a flow which populates a Word template and sends it as an attachment to the customer using the Outlook connector.
However, my users want to be able to see the email as an activity against the customer record.
I know that I can use the Unbound Action - SendTemplate to send the email via Dynamics, but I can't find a way of adding the attachment to the activity first.
The attachment will contain different information each time, so I can't just add it as a default attachment in the Email Template.
I also looked at perhaps creating the Email Message record separately, but when I create the record it nulls out the sender/recipient fields.
Finally I also thought about maybe creating the new word doc as a note attachment, but I can't get it to work at all!
Has anybody out there done this already?