function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EdCodeEdCode 

Flow Email Template Merged with Constants and Variables defined on Flow

Hello Stars,

From within a Flow, I want to merge an Email Template with variables and Constants defined within such Flow.

From the Flow, I am referencing an Email Alert which is, in turn, referencing a Classic Email Template (in the Communication Templates Setup menu).
I know that the Classic Email Template can be merged with fields created on the object from which the email is sent. But this is not what I need.
I need the values to be merged with the Email Templates to be defined on the Flow as Constants and/or Variables.

The reason I want to use flow for that is because the criteria to send this email are very complex and Flows is resolving this complexity very well.

But now, I am trying to avoid having to create many Email Templates and, instead, I would like to have only 1 Email Template that could be merged with Contants and Variables predefined on my Flow.

Is that even possible?

Thank you very much.
Casey VandenBergCasey VandenBerg
Did you ever figure out how to do this?