Email Template Tokens not getting replaced [fixed]

1
Hi all   I am having a problem with the email template module. When I want to send an email with tokens, they don’t get replaced in the email and this is the text that is in the email: However when I debug the microflow I see that the token does get replaced in the variables section (this is after the replaceEmailTemplateTokens java action):   How can I fix this, or what could possibly be wrong in my setup?   Thanks
asked
1 answers
0

You can also use the replaceAll() function to replace an attribute with a designated string, using a microflow.

answered