Variable visualization problem working with HTML code

good morning, basically I want to be able to include the content of my variable “messageCumpleSemana” (it is a String) in my HTML code, of the activity “send inline image”.

I read the HTML code thanks to the “read text file” activity.

I attach an image of my HTML code and another of the problem:

the content of the variable “messageCumpleSemana” is not displayed,

image

image

@Gokul001

Hi @Atejera

Keeping the file text format

After reading the text file and storing in string variable then use the following code in mail body section

input_text.Replace(“messageCumpleSemana”,
messageCumpleSemana)

Assuming that input_text is the string which contains mail body data stored in text file

Hope it helps you

Mark it as solution if it resolves ur query

Regards

Nived N

Happy Automation

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.