Hello,
I wanted to know if it is possible to send an email template including an attachment dynamically by performing the unbound action "SendEmailFromTemplate" in Power Automate cloud flows.
This amazing blog post covers what I am looking for:
https://linnzawwin.blogspot.com/2022/10/generate-document-from-word-template.html?sc=1680760985532#c4723434891612517795
However, the only difference is that my email templates are in the "Email Template table" which already includes subject, body, and personalization variables included dynamically.
The below action can be used to create a draft email:
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/reference/instantiatetemplate?view=dataverse-latest
I am still stuck on how to build the below on Power Automate:
1. Creating Draft Email (From InstantiateTemplate action)
2. Creating the attachment and adding an attachment to the notes
3. Sending the email
Can you please show a small example of how to achieve that?
Any help is greatly appreciated.
EBMRay